From 21a812a860d5b538848182adb48690eea8584976 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 Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 3259fb122c9a035bfdf3613df5317c024a9b0375) Signed-off-by: Martin Renvoize --- 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 @@ [% END %] +
@@ -326,6 +327,8 @@ [% END %]
+
+
[% UNLESS uploadedbarcodesflag %] -- 2.39.2