From 88214e964eb2a1bd1d977e2e1dd0224ed063454b Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 21 Apr 2023 20:13:04 +0000 Subject: [PATCH] Bug 33588: Add page-section to inventory tool items list The table with items created by the inventory tool was missing the page-section class and therefore had no white background. To test: * Go to cataloguing > inventory * When you don't have a lot of data: just submit the form * Look at the result list, confirm missing white background * Apply patch * Confirm the background is now correct Signed-off-by: David Nind --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt index 3209c016f0..649bec3bf7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt @@ -255,6 +255,7 @@
Select all Clear all
[% END %] +
@@ -335,6 +336,8 @@ [% END %]
+
+
[% UNLESS uploadedbarcodesflag %]
Select all Clear all
-- 2.30.2