From 424a8387df25df94468f613ec29c0b1e09e90e05 Mon Sep 17 00:00:00 2001
From: Katrin Fischer <katrin.fischer.83@web.de>
Date: Wed, 16 Nov 2022 19:12:52 +0000
Subject: [PATCH] Bug 31774: Add 'page-section' to list of imported records

To test:
* Stage a MARC file with a few records
* Look at the import results
* The list of imported records doesn't have the white
  page section background
* Apply patch
* Refresh page and verify the table now is contained

Signed-off-by: Jacob O'Mara <jacob.omara@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
---
 .../intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt
index e4a46a5ef8..5b6ad97db6 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt
@@ -383,6 +383,7 @@
                     [% END # /IF batch_lis %]
 
                     [% IF import_batch_id && !did_clean %]
+                    <div class="page-section">
                         <table id="records-table">
                             <thead>
                                 <tr>
@@ -396,6 +397,7 @@
                                 </tr>
                             </thead>
                         </table>
+                    </div>
 
                         <div id="marcPreview" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="marcPreviewLabel" aria-hidden="true">
                             <div class="modal-dialog modal-wide">
-- 
2.20.1