From 273b7411323fafd3fcebfe997361843d30179178 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

around the logo. The hierarchy of other heading tags may be wrong, 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 Signed-off-by: Owen Leonard --- .../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 ece8f7127d..9fec9e7eeb 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 @@ -45,6 +45,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 %] @@ -88,7 +90,6 @@
[% IF course_reserves %] -

Reserves

-- 2.20.1