Lines 419-424
Link Here
|
419 |
<th>Checkin message</th> |
419 |
<th>Checkin message</th> |
420 |
<th>Library limitations</th> |
420 |
<th>Library limitations</th> |
421 |
<th>Automatic check-in</th> |
421 |
<th>Automatic check-in</th> |
|
|
422 |
<th>Bookable</th> |
422 |
<th class="no-export no-sort">Actions</th> |
423 |
<th class="no-export no-sort">Actions</th> |
423 |
</thead> |
424 |
</thead> |
424 |
[% FOREACH itemtype IN itemtypes %] |
425 |
[% FOREACH itemtype IN itemtypes %] |
Lines 516-521
Link Here
|
516 |
[% END %] |
517 |
[% END %] |
517 |
</td> |
518 |
</td> |
518 |
<td>[% IF ( itemtype.automatic_checkin ) %]Yes[% ELSE %] [% END %]</td> |
519 |
<td>[% IF ( itemtype.automatic_checkin ) %]Yes[% ELSE %] [% END %]</td> |
|
|
520 |
<td>[% IF ( itemtype.bookable ) %]Yes[% ELSE %] [% END %]</td> |
519 |
<td class="actions"> |
521 |
<td class="actions"> |
520 |
<a href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form&itemtype=[% itemtype.itemtype | uri %]" class="btn btn-default btn-xs"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> |
522 |
<a href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form&itemtype=[% itemtype.itemtype | uri %]" class="btn btn-default btn-xs"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> |
521 |
<a href="/cgi-bin/koha/admin/itemtypes.pl?op=delete_confirm&itemtype=[% itemtype.itemtype | uri %]" class="btn btn-default btn-xs"><i class="fa fa-trash-can"></i> Delete</a> |
523 |
<a href="/cgi-bin/koha/admin/itemtypes.pl?op=delete_confirm&itemtype=[% itemtype.itemtype | uri %]" class="btn btn-default btn-xs"><i class="fa fa-trash-can"></i> Delete</a> |
522 |
- |
|
|