[% USE raw %] [% USE Asset %] [% USE Branches %] [% USE Price %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% IF op =='add_form' %] [% IF status.id %] Modify batch status [% ELSE %] New batch status [% END %] › [% END %] Interlibrary loan batch statuses › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Administration [% END %] [% IF op == 'add_form' %] [% WRAPPER breadcrumb_item %] Interlibrary loan batch statuses [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] [% IF status.id %] Modify batch status [% ELSE %] New batch status [% END %] [% END %] [% ELSE %] [% WRAPPER breadcrumb_item bc_active= 1 %] Interlibrary loan batch statuses [% END %] [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]
[% FOREACH m IN messages %]
[% SWITCH m.code %] [% CASE 'success_on_saving' %] Batch status saved successfully [% CASE 'success_on_delete' %] Batch status deleted successfully [% CASE 'error_on_saving' %] An error occurred when saving this batch status [% CASE 'error_on_delete' %] An error occurred when deleting this batch status [% CASE %] [% m.code | html %] [% END %]
[% END %] [% IF op == 'add_form' %] [% IF status %]

Modify a batch status

[% ELSE %]

New batch status

[% END %]
  1. Required. Maximum length is 100 letters
  2. [% IF status %] [% status.code | html %] [% ELSE %] Required, specify UPPERCASE LETTERS. Maximum length is 20 letters [% END %]
  3. [% IF status.is_system %] Yes [% ELSE %] No [% END %]
Cancel
[% END %] [% IF op == 'list' %]

Interlibrary loan batch statuses

[% IF statuses.count %]
[% FOREACH status IN statuses %] [% END %]
Name Code Is system Actions
[% status.name | html %] [% status.code | html %] [% status.is_system ? "Yes" : "No" | html %] Edit [% IF !status.is_system %] Delete [% END %]
[% ELSE %]
There are no batch statuses defined. Create new batch status
[% END %] [% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/admin-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]