From a3f78ef816c699f2ba7762f763f1e01bb740936b Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 21 Oct 2022 10:10:17 +0100 Subject: [PATCH] Bug 31806: Add page-section container to existing holds This patch adds a page-section container around the existing holds content section --- .../intranet-tmpl/prog/en/modules/reserve/request.tt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index a02ca81c55..d345d0562c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -1020,6 +1020,7 @@ [% END %]

Existing holds

+
@@ -1068,7 +1069,7 @@ [% holds_by_branch.push( h ) %] [% END %] [% END %] -
+

[% Branches.GetName( b ) | html %]

[% INCLUDE holds_table.inc holds=holds_by_branch %] @@ -1100,7 +1101,7 @@ [% END %] [% END %] -
+
[% IF i %]

[% ItemTypes.GetDescription( i ) | html %]

[% ELSE %] @@ -1125,7 +1126,7 @@ [% ELSE %] [% FOREACH b IN branchcodes.sort %] -
+

[% Branches.GetName( b ) | html %]

[% SET holds_by_branch = [] %] [% FOREACH h IN biblioloo.reserveloop %] @@ -1179,6 +1180,7 @@
[% END # /IF biblioloo.reserveloop %] [% END # FOREACH biblioloo %] +
[% END # IF reserveloop %] [% END # UNLESS patron %] -- 2.20.1