Bug 35237 - Duplicate ids in markup of patron card layout edit form
Summary: Duplicate ids in markup of patron card layout edit form
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Courtney Brown
QA Contact: Testopia
URL:
Keywords: Academy, accessibility
Depends on:
Blocks:
 
Reported: 2023-11-02 17:56 UTC by Owen Leonard
Modified: 2025-07-20 22:09 UTC (History)
2 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
BUG: 35237 Duplicate ids in markup of patron card form updated to have unique IDs. (2.10 KB, patch)
2025-07-17 23:20 UTC, Courtney Brown
Details | Diff | Splinter Review
Bug 35237: Give patron card layout form elements unique IDs (5.91 KB, patch)
2025-07-20 22:09 UTC, Aleisha Amohia
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Owen Leonard 2023-11-02 17:56:26 UTC
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.
Comment 1 Courtney Brown 2025-07-17 23:20:57 UTC
Created attachment 184253 [details] [review]
BUG: 35237 Duplicate ids in markup of patron card form updated to have unique IDs.

Test plan:
1. Head to 'tool's then 'patronn card creator'
2. Click on 'Layouts' underneath 'Manage'
3. Click on 'Edit'
4. Inspect the page and check that the ids for Page side are unique.
Comment 2 Aleisha Amohia 2025-07-20 22:09:10 UTC
Created attachment 184421 [details] [review]
Bug 35237: Give patron card layout form elements unique IDs

This patch ensures the following patron card layout form fields use unique IDs:
- page side
- guide box
- guide grid

This semantically links the options to their labels so is more accessible for screen readers and keyboard navigation.

The patch also adds a 'default' option to the original labels so they can become useful elements on the form rather than just text labels.

Test plan:
1. Head to 'tools' then 'patron card creator'
2. Click on 'Layouts' underneath 'Manage'
3. Click on 'Edit'
4. Confirm it's easy to tell which options are available and chosen for page side, guide box, and guide grid
5. Click on the text labels for the options i.e. front, back, on, off. Confirm the relevant radio button is selected

Sponsored-by: Catalyst IT