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)
committerTomas Cohen Arazi <tomascohen@unc.edu.ar>
Mon, 22 Jun 2015 14:47:37 +0000 (11:47 -0300)
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: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt

index e722610..7b2e14e 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>