Bug 32170: Add page-section to csv-profiles
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 14 Nov 2022 14:47:42 +0000 (14:47 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 16 Nov 2022 12:28:22 +0000 (09:28 -0300)
This patch adds a page-section div around the csv_profiles list.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt

index 3efaff8..6de79e1 100644 (file)
     <h1>CSV profiles</h1>
 
     [% IF csv_profiles %]
+    <div class="page-section">
         <table id="table_csv_profiles">
             <thead>
                 <th>CSV profile ID</th>
                 [% END %]
             </tbody>
         </table>
+    </div>
     [% ELSE %]
         There is no CSV profile defined. <a href="/cgi-bin/koha/tools/csv-profiles.pl?op=add_form">Create a new CSV profile</a>.
     [% END %]