Changes in HTML code of OTRS

Hello everybody, I just want to inform you about some changes in the HTML code of OTRS. Today I changed the way buttons are defined in the HTML for OTRS CVS Head (which means version 2.5 and above). Instead of using buttons defined with the <input> element, we now use the <button> element. Instead of <input type="button" value="foo" /> we now use <button type="button" value="foo">foo</button> Instead of <input type="submit" value="foo" /> we now use <button type="submit" value="foo">foo</button> Instead of <input type="reset" value="foo" /> we now use <button type="reset" value="foo">foo</button> Because of some compatibility issues with old Internet Explorer version 6 and 7 it is important that every <button> element has a value attribute and a text within start and end tag and both value and text are the same. With this change, we now have the possibility of styling these buttons with CSS in the future. This is in some way also possible with the <input> element, but the <button> element gives us much more possibilities. So, If you write code for OTRS (CVS Head) please use the <button> element for buttons from now on. If you have any questions regarding this change, feel free to ask me. :-) Kind regards, Marc -- Marc Nilius Research & Development OTRS AG Norsk-Data-Straße 1 D-61352 Bad Homburg T: +49 (0) 6172 681988 0 F: +49 (0) 9421 56818 18 I: http://www.otrs.com/ Geschäftssitz: Bad Homburg, Amtsgericht Bad Homburg, HRB 10751, USt-Nr.: DE256610065 Aufsichtsratsvorsitzender: Burchard Steinbild, Vorstand: André Mindermann Treffen Sie uns auf der CeBIT 2010 in Hannover und erfahren Sie vom 02.-06. März 2010 mehr über OTRS an Stand C37 in Halle 2!

Hey folks, I tried to unsubscribe.. But it is not doing anything when I click that link.. Can anyone help? Thanks, Jim

Marc Nilius schrieb:
Hello everybody,
I just want to inform you about some changes in the HTML code of OTRS. Today I changed the way buttons are defined in the HTML for OTRS CVS Head (which means version 2.5 and above).
Is there a place in the Wiki, or in the devel documentation, where this kind of information can be tracked? Regards, Bernhard -- Bernhard Schmalhofer Customer Development OTRS AG Europaring 4 94315 Straubing Deutschland T: +49 (0) 9421 56818 0 F: +49 (0) 9421 56818 18 I: http://www.otrs.com/ Geschäftssitz: Bad Homburg Amtsgericht: Bad Homburg, HRB 10751 Steuernummer: 003 240 97505 Aufsichtsratsvorsitzender: Burchard Steinbild Vorstand: André Mindermann (Vorsitzender), Martin Edenhofer ENTERPRISE SUBSCRIPTION - JETZT informieren und buchen! http://www.otrs.com/de/support/enterprise-subscription/
participants (3)
-
Bernhard Schmalhofer
-
Jim McBurnett
-
Marc Nilius