[% USE raw %]
[% USE Asset %]
[% USE Branches %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.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.
Checkout
|
[% FOREACH item_type IN item_types %]
[% item_type.description | html %] |
[% END %]
[% FOREACH grid_checkou IN grid_checkout %]
[% grid_checkou.description | html %] |
[% FOREACH item IN grid_checkou.items %]
[% item.text | html %] |
[% END %]
[% END %]
Check-in
|
[% FOREACH item_type IN item_types %]
[% item_type.description | html %] |
[% END %]
[% FOREACH grid_checki IN grid_checkin %]
[% grid_checki.description | html %] |
[% FOREACH item IN grid_checki.items %]
[% item.text | html %] |
[% END %]
[% END %]
[% MACRO jsinclude BLOCK %]
[% Asset.js("js/admin-menu.js") | $raw %]
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]