Bug 11897: (QA follow-up) Move menu to 'Catalog'
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 5 Oct 2018 14:15:25 +0000 (15:15 +0100)
committerNick Clemens <nick@bywatersolutions.com>
Tue, 9 Oct 2018 15:46:08 +0000 (15:46 +0000)
Originally this menu item was placed under the 'Patrons' section of the
tools page, this patch moves it to the more appropriate 'Catalog'
section.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt

index 3b3cf01..d47b320 100644 (file)
@@ -25,7 +25,7 @@
     <dd>Manage patron clubs..</dd>
     [% END %]
 
-[% IF ( CAN_user_tools_moderate_comments ) %]
+    [% IF ( CAN_user_tools_moderate_comments ) %]
     <dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a> [% IF ( pendingcomments ) %]<span class="number_box"><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">[% pendingcomments | html %]</a></span>[% END %]</dt>
        <dd>Moderate patron comments. </dd>
     [% END %]
     [% IF ( CAN_user_tools_batch_upload_patron_images ) %]
     <dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt>
        <dd>Upload patron images in a batch or one at a time</dd>
-    [% END %]
-
-    [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %]
-    <dt><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></dt>
-    <dd>Manage Stock rotation rotas, rota stages and rota items</dd>
     [% END %]
        </dl>
 </div>
     <dd>Manage rotating collections</dd>
     [% END %]
 
+    [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %]
+    <dt><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></dt>
+    <dd>Manage Stock rotation rotas, rota stages and rota items</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>