Bug 31771: Add page-section to stock rotation pages

To test:
1. Apply patch
2. Set the system preference 'StockRotation' to enable.
3. Go to Cataloging / Stock rotation
4. Add some new rotas
5. Make sure the page looks good with the new page-section div

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Lucas Gass 2022-10-18 22:22:55 +00:00 committed by Tomas Cohen Arazi
parent d8deaa8620
commit e314375d77
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -101,6 +101,7 @@
<h1>Stock rotation</h1> <h1>Stock rotation</h1>
[% IF existing_rotas.size > 0 %] [% IF existing_rotas.size > 0 %]
<div class="page-section">
<table id="stock_rotation" class="rotas_table" role="grid"> <table id="stock_rotation" class="rotas_table" role="grid">
<thead> <thead>
<tr> <tr>
@ -150,6 +151,7 @@
[% END %] [% END %]
</tbody> </tbody>
</table> </table>
</div><!-- /.page-section -->
[% END %] [% END %]
[% ELSIF (op == 'create_edit_rota') %] [% ELSIF (op == 'create_edit_rota') %]