Bug 13874: 'Rotating collections' are a circulation tool
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Mon, 8 Jun 2015 03:29:16 +0000 (05:29 +0200)
committerMason James <mtj@kohaaloha.com>
Sat, 25 Jul 2015 13:20:12 +0000 (01:20 +1200)
Moves the entry for 'Rotating collections' from the Catalog
column to the 'Patrons and circulation' column.

To test:
- Verify the entry has been moved on the tools home page

NOTE: I agree that collections makes more sense under the new
      column.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Mason James <mtj@kohaaloha.com>

koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt

index 4ab38c9..7e565ec 100644 (file)
        <dd>Upload patron images in a batch or one at a time</dd>
     [% END %]
 
+    [% IF ( CAN_user_tools_rotating_collections ) %]
+    <dt><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></dt>
+    <dd>Manage rotating collections</dd>
+    [% END %]
 
 
        </dl>
     <dd>Enter a barcode to generate a printable spine label. For use with dedicated label printers</dd>
     [% END %]
 
-<!--
-    [% IF ( CAN_user_tools_rotating_collections ) %]
-    <dt><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></dt>
-    <dd>Manage Rotating Collections</dd>
-    [% END %]
--->
-
     [% IF ( CAN_user_tools_marc_modification_templates ) %]
     <dt><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a></dt>
     <dd>Manage templates for modifying MARC records during import.</dd>