[% USE AuthorisedValues %] [% 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 'greybox.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% IF ( else ) %][% END %] [% FOREACH message IN messages %] [% IF message.type == 'success' %]
[% ELSIF message.type == 'warning' %]
[% ELSIF message.type == 'error' %]
[% END %] [% IF message.code == 'already_exists' %] This item type already exists. [% END %]
[% END %] [% IF ( add_form ) %] [% IF ( itemtype ) %]

Modify item type

[% ELSE %]

Add item type

[% END %]
    [% IF ( itemtype ) %]
  1. Item type: [% itemtype %]
  2. [% ELSE %]
  3. Required
  4. [% END %]
  5. Required Translate into other languages
  6. Search category (Options are defined as the authorized values for the ITEMTYPECAT category)
  7. [% IF ( noItemTypeImages ) %]
  8. 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 ( hideinopac ) %] [% ELSE %] [% END %] (if checked, items of this type will be hidden as filters in OPAC's advanced search)
  2. [% 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)
  3. 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[% translated_description %]
Loan length[% loanlength %]
Rental charge[% rentalcharge %]
[% IF ( total ) %]
[% ELSE %]
[% END %]
[% END %] [% IF ( else ) %]

Item types administration

[% IF ( loop ) %] [% UNLESS ( noItemTypeImages ) %][% END %] [% FOREACH loo IN loop %] [% UNLESS ( noItemTypeImages ) %] [% END %] [% END %]
ImageCode Description Search category Not for loan Hide in OPAC Charge Checkin message Actions
[% IF ( loo.imageurl ) %][% ELSE %] [% END %] [% loo.itemtype %] [% IF loo.translated_descriptions.size %] [% loo.description %] (default)
[% FOR description IN loo.translated_descriptions %] [% IF description.translation == loo.translated_description %] [% description.translation %] [% ELSE %] [% description.translation %] ([% description.lang %]) [% END %]
[% END %] [% ELSE %] [% loo.description %] [% END %]
[% loo.searchcategory %] [% IF ( loo.notforloan ) %]Yes[% ELSE %] [% END %] [% IF ( loo.hideinopac ) %]Yes[% ELSE %] [% END %] [% UNLESS ( loo.notforloan ) %] [% loo.rentalcharge %] [% END %] [% loo.checkinmsg | html_line_break %] Edit Delete
[% ELSE %]
There are no itemtypes defined
[% END %]
[% pagination_bar %]
[% END %]
[% INCLUDE 'admin-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]