From 5fde5ca6a4cc2875c4926e0a89fed99364511fb5 Mon Sep 17 00:00:00 2001 From: Laura_Escamilla 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 @@ [% tp('Semester', 'Term') | html %] Instructors Notes - + + [% t('Details') | html %] + -- 2.39.5