From 9b0fa0191107be42ad7f27132a1ef8adb84a2810 Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Tue, 8 Jun 2021 05:45:41 +0000 Subject: [PATCH] Bug 27741: ill folder Bug 27631 corrected the

tags in each of the pages in the staff client. This bug deals with correcting the hierarchy of each of the other headings. To test: 1) Apply patch and dependencies 2) Go to each of the pages and check the headings under

are in the correct order and hierarchy Sponsored-by: Catalyst IT --- .../prog/en/modules/ill/ill-requests.tt | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index 64336f5c4e..367f654b02 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -59,7 +59,7 @@

[% comment.comment | html %]

[% END %] [% END %]
-

Add comment

+

Add comment

@@ -780,7 +780,7 @@

View ILL requests

-

Details for all requests

+

Details for all requests

[% INCLUDE 'ill-list-table.inc' %]
@@ -788,7 +788,7 @@

Availability

-

Displaying availability results

+

Displaying availability results

[% FOREACH key IN whole.keys %] [% value = whole.$key %] @@ -814,7 +814,7 @@
[% FOR service IN services %] -

[% service.name | html %]

+

[% service.name | html %]

[% INCLUDE 'ill-availability-table.inc' service=service %] [% END %]
-- 2.11.0