https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41934 --- Comment #10 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 197228 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197228&action=edit Bug 41934: Add label to responsive control column header in OPAC course reserves The responsive control column in the OPAC course reserves table contained an empty <th>, which results in an empty header and accessibility warnings from automated tools. This patch adds visible text ("Expand") to the header cell to provide a meaningful label for all users and resolve the issue. To test: 1. Enable course reserves and add at least one course with items. 2. Visit the OPAC course reserves page. 3. Inspect the table header row. 4. Confirm the responsive control column now contains "Expand". 5. Verify no empty header warnings are reported by accessibility tools. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> -- You are receiving this mail because: You are watching all bug changes.