From 83a73f7c8f38472af7ac2dd5ba415b71f0551794 Mon Sep 17 00:00:00 2001 From: nina martinez Date: Thu, 12 Jun 2025 17:11:37 +0200 Subject: [PATCH] Bug 40283: Course reserves page. Test plan: 1- Enable the system preference: UseCourseReserve. 2- Go to the Course Reserves page, click on the name of the course. Inspect the html code of the message: "No reserves have been selected for this courses", and notice that there is a role="status" in the tag. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt index f92dcaf79f..be68395922 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt @@ -121,7 +121,7 @@ [% ELSE %]
-
+

No reserves have been selected for this course.

[% END %] -- 2.43.0