Lines 454-459
Item types › Administration › Koha
Link Here
|
454 |
<th>Processing fee (when lost)</th> |
454 |
<th>Processing fee (when lost)</th> |
455 |
<th>Checkin message</th> |
455 |
<th>Checkin message</th> |
456 |
<th>Library limitations</th> |
456 |
<th>Library limitations</th> |
|
|
457 |
<th>Automatic checkin</th> |
457 |
<th class="noExport NoSort">Actions</th> |
458 |
<th class="noExport NoSort">Actions</th> |
458 |
</thead> |
459 |
</thead> |
459 |
[% FOREACH itemtype IN itemtypes %] |
460 |
[% FOREACH itemtype IN itemtypes %] |
Lines 552-557
Item types › Administration › Koha
Link Here
|
552 |
No limitation |
553 |
No limitation |
553 |
[% END %] |
554 |
[% END %] |
554 |
</td> |
555 |
</td> |
|
|
556 |
<td>[% IF ( itemtype.automatic_checkin ) %]Yes[% ELSE %] [% END %]</td> |
555 |
<td class="actions"> |
557 |
<td class="actions"> |
556 |
<a href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form&itemtype=[% itemtype.itemtype | uri %]" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> |
558 |
<a href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form&itemtype=[% itemtype.itemtype | uri %]" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> |
557 |
<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"></i> Delete</a> |
559 |
<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"></i> Delete</a> |
558 |
- |
|
|