[Koha-bugs] [Bug 14608] HEA : add possibility of sharing usage statistics in Administration page and Web installer

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 13 14:38:53 CET 2017


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

Owen Leonard <oleonard at myacpl.org> changed:

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

--- Comment #26 from Owen Leonard <oleonard at 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.


More information about the Koha-bugs mailing list