[% USE KohaSpan %] [% INCLUDE 'doc-head-open.inc' %] Koha › Administration › Library groups [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] [% IF added %]
[% IF added.branchcode %] [% added.library.branchname | $KohaSpan class = 'name' %] added to group. [% ELSE %] Group [% added.title | $KohaSpan class = 'name' %] created. [% END %]
[% ELSIF deleted %]
[% IF deleted.title %] Group [% deleted.title | $KohaSpan class = 'name' %] has been deleted. [% ELSE %] [% deleted.library | $KohaSpan class = 'name' %] has been removed from group. [% END %]
[% ELSIF error_duplicate_title %]
A group with the title [% error_duplicate_title | $KohaSpan class = 'name' %] already exists.
[% END %]
[% FOREACH root_group IN root_groups %] [% PROCESS tree group=root_group %]
  Description Features enabled  
[% END %]
[% INCLUDE 'admin-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %] [% BLOCK tree %] [% IF group.branchcode %] [% group.branchcode %] [% ELSE %] [% group.title %] [% END %] [% IF group.branchcode %] [% group.library.branchname %] [% ELSE %] [% group.description %] [% END %] [% UNLESS group.branchcode %] [% IF group.ft_hide_patron_info %] * Hide patron's info for librarians outside of this group. [% END %] [% END %] [% IF group.branchcode %] [% ELSE %]
[% END %] [% FOREACH g IN group.children %] [% PROCESS tree group=g %] [% END %] [% END %]