Bug 31945: Add page-section container to patron categories page
This patch adds the page-section container to the patron categories administration page 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
ae0688f29c
commit
cf114525d4
1 changed files with 3 additions and 1 deletions
|
@ -545,10 +545,11 @@
|
|||
</div>
|
||||
|
||||
<h1>Patron categories</h1>
|
||||
<div class="page-section">
|
||||
[% IF searchfield %]
|
||||
You searched for [% searchfield | html %]</span>
|
||||
[% END %]
|
||||
[% IF categories%]
|
||||
[% IF categories %]
|
||||
<table id="patron_categories">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -718,6 +719,7 @@
|
|||
[% ELSE %]
|
||||
<div class="dialog alert">No categories have been defined. <a href="/cgi-bin/koha/admin/categories.pl?op=add_form">Create a new category</a>.</div>
|
||||
[% END %]
|
||||
</div>
|
||||
[% END %]
|
||||
|
||||
</main>
|
||||
|
|
Loading…
Reference in a new issue