2 [% INCLUDE 'doc-head-open.inc' %]
3 <title>Koha › Tools › Rotating collections</title>
4 [% INCLUDE 'doc-head-close.inc' %]
6 <body id="rcoll_rotatingCollections" class="tools rcoll">
7 [% INCLUDE 'header.inc' %]
8 [% INCLUDE 'cat-search.inc' %]
10 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › Rotating collections</div>
12 <div id="doc3" class="yui-t2">
17 [% INCLUDE 'rotating-collections-toolbar.inc' %]
19 <h1>Rotating collections</h1>
21 [% IF ( collectionsLoop ) %]
26 <th>Current location</th>
33 [% FOREACH collectionsLoo IN collectionsLoop %]
35 <td><a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% collectionsLoo.colId %]">[% collectionsLoo.colTitle %]</a></td>
36 <td>[% collectionsLoo.colDesc %]</td>
37 <td>[% Branches.GetName( collectionsLoo.colBranchcode ) %]</td>
38 <td><a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% collectionsLoo.colId %]">Add or remove items</a></td>
39 <td><a href="/cgi-bin/koha/rotating_collections/transferCollection.pl?colId=[% collectionsLoo.colId %]">Transfer</a></td>
40 <td><a href="/cgi-bin/koha/rotating_collections/editCollections.pl?action=edit&colId=[% collectionsLoo.colId %]">Edit</a></td>
41 <td><a href="/cgi-bin/koha/rotating_collections/editCollections.pl?action=delete&colId=[% collectionsLoo.colId %]">Delete</a></td>
46 <div class="dialog message">There are no collections currently defined.</div>
50 </div> <!-- /.yui-b -->
51 </div> <!-- /#yui-main -->
53 [% INCLUDE 'tools-menu.inc' %]
56 [% INCLUDE 'intranet-bottom.inc' %]