No subject


Wed Jan 4 10:30:06 CET 2012


Check 57: input element, type of "text", missing an associated label.
Repair: Add a label element that surrounds the control's label. Set the for
attribute on the label element to the same value as the id attribute of the
control. And/or add a title attribute to the input element. And/or create a
label element that contains the input element.

Error Line 154, Column 9:

<input type="text" id = "transl1" name="q" class="left" style="width: 35%;
font-size: 111%;"/>

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list