|
Lines 437-442
Link Here
|
| 437 |
<th>Checkin message</th> |
437 |
<th>Checkin message</th> |
| 438 |
<th>Library limitations</th> |
438 |
<th>Library limitations</th> |
| 439 |
<th>Automatic check-in</th> |
439 |
<th>Automatic check-in</th> |
|
|
440 |
<th>Bookable</th> |
| 440 |
<th class="no-export no-sort">Actions</th> |
441 |
<th class="no-export no-sort">Actions</th> |
| 441 |
</thead> |
442 |
</thead> |
| 442 |
[% FOREACH itemtype IN itemtypes %] |
443 |
[% FOREACH itemtype IN itemtypes %] |
|
Lines 534-539
Link Here
|
| 534 |
[% END %] |
535 |
[% END %] |
| 535 |
</td> |
536 |
</td> |
| 536 |
<td>[% IF ( itemtype.automatic_checkin ) %]Yes[% ELSE %] [% END %]</td> |
537 |
<td>[% IF ( itemtype.automatic_checkin ) %]Yes[% ELSE %] [% END %]</td> |
|
|
538 |
<td>[% IF ( itemtype.bookable ) %]Yes[% ELSE %] [% END %]</td> |
| 537 |
<td class="actions"> |
539 |
<td class="actions"> |
| 538 |
<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> |
540 |
<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> |
| 539 |
<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> |
541 |
<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> |
| 540 |
- |
|
|