Bugzilla – Attachment 193914 Details for
Bug 41934
Empty table header in course reserves table causes accessibility error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41934: Fix empty table header in course reserves table
Bug-41934-Fix-empty-table-header-in-course-reserve.patch (text/plain), 1.63 KB, created by
Laura Escamilla
on 2026-02-25 15:54:46 UTC
(
hide
)
Description:
Bug 41934: Fix empty table header in course reserves table
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2026-02-25 15:54:46 UTC
Size:
1.63 KB
patch
obsolete
>From 5fde5ca6a4cc2875c4926e0a89fed99364511fb5 Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Wed, 25 Feb 2026 15:53:56 +0000 >Subject: [PATCH] Bug 41934: Fix empty table header in course reserves table > >To test: >1. Apply the patch. >2. Navigate to the OPAC course reserves page: http://localhost:8080/cgi-bin/koha/opac-course-reserves.pl >3. Inspect the course reserves table header using browser developer tools. >4. Confirm the responsive control column header contains visually hidden text describing the column (e.g. "Details"). >5. Confirm the table appearance and responsive expand/collapse behavior remain unchanged. >6. Sign off. >--- > .../opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt >index e168098b262..f29683d6044 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt >@@ -45,7 +45,9 @@ > <th>[% tp('Semester', 'Term') | html %]</th> > <th>Instructors</th> > <th>Notes</th> >- <th class="dtr-control-col"></th> >+ <th class="dtr-control-col"> >+ <span class="sr-only">[% t('Details') | html %]</span> >+ </th> > </tr> > </thead> > >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 41934
: 193914