https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14608

Owen Leonard <oleon...@myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #26 from Owen Leonard <oleon...@myacpl.org> ---
Can I add one small request before this goes to QA?

In the form, instead of:

<span class="label">Your country: </span>

It should be a real <label> tag:

<label for="UsageStatsCountry">Your country: </label>

<span class="label"> is used when we want to have a line in a form which isn't
a label/form field pair, but we want the style to look consistent. See for
example, the "City ID" line when editing a city in Administration.

Along with that, each corresponding <input> or <select> should have an "id"
attribute which matches the "for" attribute of the label. This allows the user
to click the label to move the focus to the corresponding form field.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to