[% USE raw %] [% USE Asset %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Rotating collections [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") | $raw %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% INCLUDE 'rotating-collections-toolbar.inc' %]

Rotating collections

[% IF ( collectionsLoop ) %] [% FOREACH collectionsLoo IN collectionsLoop %] [% END %]
Title Description Current location  
[% collectionsLoo.colTitle | html %] [% collectionsLoo.colDesc | html %] [% Branches.GetName( collectionsLoo.colBranchcode ) | html %]
[% ELSE %]
There are no collections currently defined.
[% END %]
[% INCLUDE 'tools-menu.inc' %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% Asset.js("js/tools-menu.js") | $raw %] [% Asset.js("js/rotating-collections.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]