[Koha-bugs] [Bug 25954] New: Header search forms should be labeled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 8 15:36:34 CEST 2020


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

            Bug ID: 25954
           Summary: Header search forms should be labeled
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: minor
          Priority: P5 - low
         Component: Templates
          Assignee: oleonard at myacpl.org
          Reporter: oleonard at myacpl.org
        QA Contact: testopia at bugs.koha-community.org

The markup for the header search forms in the staff interface use a <p> tag to
show descriptive text about the form. For instance:

<p class="tip">Enter patron card number or partial name:</p>

In most cases this can be replaced with a label:

<label class="tip" for="findborrower">Enter patron card number or partial
name:</label>

This will improve accessibility and eliminate errors raised by WCAG checks.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list