From 2603ac37e490d85ee80470caa197a7442181d981 Mon Sep 17 00:00:00 2001 From: jacobomara901 Date: Fri, 18 Nov 2022 16:13:07 +0000 Subject: [PATCH] Bug 32270: Add page section to label layouts Test plan: 1) Navigate to `Cataloguing > Label creator > Manage label layouts` 2) Observe the missing page section surrounding the table 3) Apply patch 4) Observe that missing page section has now appeared Mentored-by: Martin Renvoize Sponsored-by: PTFS Europe Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt index 49ea572bb2..c8349e882c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt @@ -59,7 +59,7 @@ [% END %] -
+
[% IF ( table_loop ) %]
[% IF ( label_element == 'layout' ) %] -- 2.20.1