Bug 33136: Added class "page-section" to the result page table of serial record search
authorClemens Tubach <clemens.tubach@kit.edu>
Thu, 30 Mar 2023 12:24:22 +0000 (12:24 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 30 Mar 2023 15:13:47 +0000 (17:13 +0200)
Added class "page-section" to the result page table of serial record search to fit into the new staff design.

To test:
- Go to serials
- Create a new subscription
- Click o nzthe "Search for Record" link
- Search for something (example: e)
- Verify the result table
- Apply the patch
- Repeat the steps
- The result table should have the correct background

Signed-off-by: Jan Kissig <bibliothek@th-wildau.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/serials/result.tt

index dbbccf5..d46bd08 100644 (file)
@@ -10,6 +10,7 @@
 
 [% IF ( total ) %]
 <h1>Search results from [% from | html %] to [% to | html %] of [% total | html %]</h1>
+<div class="page-section">
 <table>
     <tr>
        <th>Title</th>
@@ -40,6 +41,7 @@
         </tr>
     [% END %]
     </table>
+</div>
 [% ELSE %]
 
     <div class="dialog message">