[% USE raw %] [% USE Asset %] [% USE Branches %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% t("Item circulation alerts") | html %] › [% t("Administration") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% FILTER collapse %] [% END %] [% WRAPPER 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Administration [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] Item circulation alerts [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]

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.

[% WRAPPER tabs id= "alerttabs" %] [% WRAPPER tabs_nav %] [% WRAPPER tab_item tabname= "checkout" bt_active= 1 %] Checkout [% END %] [% WRAPPER tab_item tabname= "checkin" %] Check-in [% END %] [% END %] [% WRAPPER tab_panels %] [% WRAPPER tab_panel tabname="checkout" bt_active= 1 %]

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 %]
[% END #/ #checkout %] [% WRAPPER tab_panel tabname="checkin" %]

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 %]
[% END # /#checkin %] [% END # /.tab_panels %] [% END # //#alerttabs %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/admin-menu.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]