[% INCLUDE 'doc-head-open.inc' %] Koha › Administration › Item types [% IF ( add_form ) %]› [% IF ( itemtype ) %] Modify item type '[% itemtype %]' [% ELSE %] Add item type [% END %] [% END %] [% IF ( delete_confirm ) %]› [% IF ( total ) %] Cannot delete item type '[% itemtype %]' [% ELSE %] Delete item type '[% itemtype %]'? [% END %] [% END %] [% IF ( delete_confirmed ) %]› Data deleted [% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% IF ( else ) %]
[% ELSE %] [% END %] [% IF ( add_form ) %] [% IF ( itemtype ) %]

Modify item type

[% ELSE %]

Add item type

[% END %]
    [% IF ( itemtype ) %]
  1. Item type [% itemtype %]
  2. [% ELSE %]
  3. [% END %]
  4. [% IF ( noItemTypeImages ) %]
  5. Image: Item type images are disabled. To enable them, turn off the noItemTypeImages system preference
[% ELSE %]
Choose an icon:

[% FOREACH imageset IN imagesets %]
    [% FOREACH image IN imageset.images %]
  • [% END %]

[% END %]
  • [% IF ( remote_image ) %] [% ELSE %] [% END %] [% IF ( remote_image ) %] [% END %]

[% END %]
  1. [% IF ( notforloan ) %] [% ELSE %] [% END %] (if checked, no item of this type can be issued. If not checked, every item of this type can be issued unless notforloan is set for a specific item)
  2. Enter a summary that will overwrite the default one in search results lists. Example, for a website itemtype :

    <a href="[856u]">open site</a> will show the link just below the title

Cancel
[% END %] [% IF ( delete_confirm ) %] [% IF ( total ) %]

Cannot delete item type

This record is used [% total %] times. Deletion is not possible.

[% ELSE %]

Delete item type '[% itemtype %]'?

[% END %]
Item type [% itemtype %]
Description[% description %]
Loan length[% loanlength %]
Rental charge[% rentalcharge %]
[% IF ( total ) %]
[% ELSE %]
[% END %]
[% END %] [% IF ( else ) %]

Item types administration

[% IF ( loop ) %]
[% INCLUDE 'table-pager.inc' perpage='10' %]
[% UNLESS ( noItemTypeImages ) %][% END %] [% FOREACH loo IN loop %] [% UNLESS ( loop.odd ) %] [% ELSE %] [% END %] [% UNLESS ( noItemTypeImages ) %] [% END %] [% END %]
ImageCode Description Not for loan Charge Actions
[% IF ( loo.imageurl ) %][% ELSE %] [% END %] [% loo.itemtype %] [% loo.description %] [% IF ( loo.notforloan ) %]Yes[% ELSE %] [% END %] [% UNLESS ( loo.notforloan ) %] [% loo.rentalcharge %] [% END %] Edit Delete
[% ELSE %]
There are no itemtypes defined
[% END %]
[% pagination_bar %]
[% END %]
[% INCLUDE 'admin-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]