Bug 31837: (follow-up) Move page-section to include h2 headings
authorKatrin Fischer <katrin.fischer.83@web.de>
Sun, 23 Oct 2022 11:51:54 +0000 (11:51 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 24 Oct 2022 13:21:46 +0000 (10:21 -0300)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt

index 7d84c10..bec6ca9 100644 (file)
         <p>Some records have not been automatically added because they match an existing record in your catalog:<a href="/cgi-bin/koha/acqui/addorderiso2709.pl?import_batch_id=[% duplinbatch | uri %]&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]" title="Open in new window" target="_blank" style="margin-left:10px"><i class="fa fa-window-restore"></i> Display them</a></p>
         </div>[% END %]
 
-        <div id="acqui_basket_content">
+        <div id="acqui_basket_content" class="page-section">
         [% IF ( books_loop ) %]
             <h2>Orders</h2>
-            <div class="page-section">
                 <table id="orders">
                     <thead>
                         <tr>
                     [% END %]
                     </tbody>
                 </table>
-            </div><!-- /.page-section -->
-        [% END %]
-        [% IF ( listincgst ) %]<small class="highlight">** Vendor's listings already include tax.</small>
-        [% END %]
+            [% END %]
+            [% IF ( listincgst ) %]<small class="highlight">** Vendor's listings already include tax.</small>[% END %]
         </div> <!-- /#acqui_basket_content -->
+
         [% IF (cancelledorders_loop) %]
+        <div id="cancelledorders" class="page-section">
             <h2>Cancelled orders</h2>
-            <div id="cancelledorders" class="page-section">
             <table id="cancelledorderst">
               <thead>
                 <tr>