[% USE raw %]
[% USE Asset %]
[% USE KohaSpan %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
Library groups › Administration › Koha
[% INCLUDE 'doc-head-close.inc' %]
[% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %]
[% INCLUDE 'header.inc' %]
[% INCLUDE 'cat-search.inc' %]
[% FOR m IN messages %]
[% SWITCH m.code %]
[% CASE 'error_on_insert' %]
An error occurred when adding this library. The library id might already exist in this group.
[% CASE %]
[% m.code | html %]
[% END %]
[% END %]
[% IF added %]
[% IF added.branchcode %]
[% added.library.branchname | $KohaSpan class = 'name' | $raw %] added to group.
[% ELSE %]
Group [% added.title | $KohaSpan class = 'name' | $raw %] created.
[% END %]
[% ELSIF deleted %]
[% IF deleted.title %]
Group [% deleted.title | $KohaSpan class = 'name' | $raw %] has been deleted.
[% ELSE %]
[% deleted.library | $KohaSpan class = 'name' | $raw %] has been removed from group.
[% END %]
[% ELSIF error_duplicate_title %]
A group with the title [% error_duplicate_title | $KohaSpan class = 'name' | $raw %] already exists.