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:
parent
d8deaa8620
commit
e314375d77
1 changed files with 49 additions and 47 deletions
|
@ -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') %]
|
||||||
|
|
Loading…
Reference in a new issue