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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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