From 7f2d36bb4578740f1a7729a45bfffa286256c539 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. Signed-off-by: Owen Leonard --- 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 f92dcaf79f6..be683959229 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.39.5