From ada9352b0eb2f15a5d1899bb255607e65c9f1014 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 21 Oct 2022 09:56:08 +0100 Subject: [PATCH] Bug 31806: Add page-section to holds tables This patch adds the page-section class to each holds view on reserve/request.pl Test plan 1) Find an biblio to test on and add holds items of different types and homebranches. 2) Work through each setting of the HoldsSplitQueue preference and confirm the page-sections appear as expected --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 6 +++--- 1 file changed, 3 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 5f751da506..a02ca81c55 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -1068,7 +1068,7 @@ [% holds_by_branch.push( h ) %] [% END %] [% END %] -
+

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

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

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

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

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

[% SET holds_by_branch = [] %] [% FOREACH h IN biblioloo.reserveloop %] -- 2.20.1