Bug 36150: Update circulation-home.tt layout

Test plan:
Compare both pages:
<staff_url>/cgi-bin/koha/cataloguing/cataloging-home.pl
<staff_url>/cgi-bin/koha/circ/circulation-home.pl

Apply patch
Compare both pages again

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit b7f9a86677)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
Pedro Amorim 2024-02-22 12:10:31 +00:00 committed by Fridolin Somers
parent 07a5a2ca59
commit dcc1dfeee0

View file

@ -23,9 +23,11 @@
[% END #/ WRAPPER sub-header.inc %]
<div class="main container-fluid">
<div class="row">
<div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
[% INCLUDE 'messages.inc' %]
<h1>Circulation</h1>
[% INCLUDE 'messages.inc' %]
<div class="row">
@ -180,5 +182,7 @@
</div>
</div>
</div>
</div>
</div>
[% INCLUDE 'intranet-bottom.inc' %]