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!
---------------------------------------------------------------------
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/