[Koha-bugs] [Bug 35237] New: Duplicate ids in markup of patron card layout edit form

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 2 18:56:26 CET 2023


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

            Bug ID: 35237
           Summary: Duplicate ids in markup of patron card layout edit
                    form
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Keywords: Academy, accessibility
          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
                CC: testopia at bugs.koha-community.org

Tools -> Patron card creator -> Edit layout: 

A few pairs of radio buttons have duplicate labels:

<li>
   <label for="page_side">Page side: </label>
   <input type="radio" name="page_side" id="page_side" value="F">Front
   <input type="radio" name="page_side" id="page_side" value="B"
checked="checked">Back
</li>

It would be better for the "Page side" label to have no "for" attribute and for
 "Front" and "Back" to be labels.

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


More information about the Koha-bugs mailing list