From 2cd1d4494ff915b83f149efe5378d1c87e9aed19 Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Mon, 24 May 2021 15:08:11 +0000 Subject: [PATCH] Bug 27631: (follow-up) course_reserves/course-details.tt Changed file to have one

tag showing that describes the page, rather than the

describing the logo. The hierarchy of other heading tags, but this will be dealt with in an additional bug. To test: 1) Go to the Staff Client 2) Apply patch 3) Go to course_reserves/course-details and check that it has an obvious and descriptive heading 4) Ensure that the heading is

Sponsored-by: Catalyst IT --- .../intranet-tmpl/prog/en/modules/course_reserves/course-details.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt index 1e36e2015d..9716fda53c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt @@ -44,6 +44,8 @@
+

Reserves

+ [% IF CAN_user_coursereserves_add_reserves OR CAN_user_coursereserves_manage_courses OR CAN_user_coursereserves_manage_courses %]
[% IF CAN_user_coursereserves_add_reserves %] @@ -87,7 +89,6 @@
[% IF course_reserves %] -

Reserves

-- 2.11.0