Lines 95-101
Item types › Administration › Koha
Link Here
|
95 |
|
95 |
|
96 |
[% IF op == 'list' %] |
96 |
[% IF op == 'list' %] |
97 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
97 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
98 |
<span>Item types administration</span> |
98 |
<span>Item types</span> |
99 |
[% END %] |
99 |
[% END %] |
100 |
[% END %] |
100 |
[% END %] |
101 |
[% END #/ WRAPPER breadcrumbs %] |
101 |
[% END #/ WRAPPER breadcrumbs %] |
Lines 377-383
Item types › Administration › Koha
Link Here
|
377 |
[% END %] |
377 |
[% END %] |
378 |
|
378 |
|
379 |
[% IF op == 'list' %] |
379 |
[% IF op == 'list' %] |
380 |
<h1>Item types administration</h1> |
380 |
<h1>Item types</h1> |
381 |
[% IF itemtypes %] |
381 |
[% IF itemtypes %] |
382 |
<div class="page-section"> |
382 |
<div class="page-section"> |
383 |
<table id="table_item_type"> |
383 |
<table id="table_item_type"> |
384 |
- |
|
|