From 145d5980eb3180bc0d0a3474c2310e52c9696c2b 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 Signed-off-by: Lucas Gass --- 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 966f7ba179..056ef15384 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt @@ -246,6 +246,7 @@
Select all Clear all
[% END %] +
@@ -326,6 +327,8 @@ [% END %]
+
+
[% UNLESS uploadedbarcodesflag %]
Select all Clear all
-- 2.30.2