Lines 471-476
Item types › Administration › Koha
Link Here
|
471 |
[% IF op == 'list' %] |
471 |
[% IF op == 'list' %] |
472 |
<h1>Item types administration</h1> |
472 |
<h1>Item types administration</h1> |
473 |
[% IF itemtypes %] |
473 |
[% IF itemtypes %] |
|
|
474 |
<div class="page-section"> |
474 |
<table id="table_item_type"> |
475 |
<table id="table_item_type"> |
475 |
<thead> |
476 |
<thead> |
476 |
[% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %]<th class="noExport">Image</th>[% END %] |
477 |
[% UNLESS Koha.Preference('noItemTypeImages') && Koha.Preference('OpacNoItemTypeImages') %]<th class="noExport">Image</th>[% END %] |
Lines 594-599
Item types › Administration › Koha
Link Here
|
594 |
</tr> |
595 |
</tr> |
595 |
[% END %] |
596 |
[% END %] |
596 |
</table> |
597 |
</table> |
|
|
598 |
</div> |
597 |
[% ELSE %] |
599 |
[% ELSE %] |
598 |
<div class="dialog message">There are no itemtypes defined</div> |
600 |
<div class="dialog message">There are no itemtypes defined</div> |
599 |
[% END %] |
601 |
[% END %] |
600 |
- |
|
|