[% USE raw %] [% USE Asset %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Item circulation alerts › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] [% FILTER collapse %] [% END %] [% WRAPPER 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% END %]

Item circulation alerts

Select a library:

Legend
Color Meaning
  These are disabled for ALL libraries. To change these settings, choose the "Default" library.
  These are disabled for the current library.
  These are enabled.

Circulation alerts for [% Branches.GetName( branch ) || 'Default' | html %]

Click on the grid to toggle the settings.

Checkout

[% FOREACH item_type IN item_types %] [% END %] [% FOREACH grid_checkou IN grid_checkout %] [% FOREACH item IN grid_checkou.items %] [% END %] [% END %]
 [% item_type.description | html %]
[% grid_checkou.description | html %][% item.text | html %]

Check-in

[% FOREACH item_type IN item_types %] [% END %] [% FOREACH grid_checki IN grid_checkin %] [% FOREACH item IN grid_checki.items %] [% END %] [% END %]
 [% item_type.description | html %]
[% grid_checki.description | html %][% item.text | html %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/admin-menu.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]