From 141d8f53141063ca237541f9251ffb0908e1c483 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 5 Oct 2018 15:15:25 +0100 Subject: [PATCH] Bug 11897: (QA follow-up) Move menu to 'Catalog' Originally this menu item was placed under the 'Patrons' section of the tools page, this patch moves it to the more appropriate 'Catalog' section. --- .../prog/en/modules/tools/tools-home.tt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt index 3b3cf011c7..d47b320171 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt @@ -25,7 +25,7 @@
Manage patron clubs..
[% END %] -[% IF ( CAN_user_tools_moderate_comments ) %] + [% IF ( CAN_user_tools_moderate_comments ) %]
Comments [% IF ( pendingcomments ) %][% pendingcomments | html %][% END %]
Moderate patron comments.
[% END %] @@ -68,11 +68,6 @@ [% IF ( CAN_user_tools_batch_upload_patron_images ) %]
Upload patron images
Upload patron images in a batch or one at a time
- [% END %] - - [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %] -
Stock rotation
-
Manage Stock rotation rotas, rota stages and rota items
[% END %] @@ -182,6 +177,11 @@
Manage rotating collections
[% END %] + [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %] +
Stock rotation
+
Manage Stock rotation rotas, rota stages and rota items
+ [% END %] + [% IF ( CAN_user_tools_marc_modification_templates ) %]
MARC modification templates
Manage templates for modifying MARC records during import.
-- 2.19.0