From: SourceForge.net <no...@so...> - 2004-10-01 07:52:35
|
Bugs item #1038307, was opened at 2004-10-01 07:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1038307&group_id=81260 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Shaun Murray (singletrack) Assigned to: Eloi George (adarkling) Summary: 1.0.0 CVS: label FOR= Initial Comment: In templates/edit_user_settings.tpl it has the following... label FOR="SETTINGS_signature" Firstly, it should be label for=... ie. all lowercase to be xhtml compliant. Secondly, there isn't an associated form field with an id attribute of "SETTINGS_signature" although there is one with a name attribute. Unfortunately, label for= works with the id attribute. Thirdly, just using label without attributes around the field would probably be ok. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1038307&group_id=81260 |