From a8775a7cd3bebcaf98cba9bd1f683c0d48de6ee6 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Tue, 16 Feb 2016 03:22:46 +0000 Subject: [PATCH] [SIGNED-OFF] Bug 15829 - Rotating Collections is under Patrons on Tools Home - Should be Catalog To test: 1) Notice Rotating Collections is under Patrons & Circ on tools-home.pl 2) Apply patch and refresh page 3) Notice it is now under Catalog and is in the same position it is in on the tools sidebar menu Sponsored-by: Catalyst IT Signed-off-by: Mark Tompsett --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt | 12 +++++------- 1 file changed, 5 insertions(+), 7 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 7b2e14e..629ce84 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 @@ -64,13 +64,6 @@
Upload patron images
Upload patron images in a batch or one at a time
[% END %] - - [% IF ( CAN_user_tools_rotating_collections ) %] -
Rotating collections
-
Manage rotating collections
- [% END %] - -
@@ -156,6 +149,11 @@
Enter a barcode to generate a printable spine label. For use with dedicated label printers
[% END %] + [% IF ( CAN_user_tools_rotating_collections ) %] +
Rotating collections
+
Manage rotating collections
+ [% END %] + [% IF ( CAN_user_tools_marc_modification_templates ) %]
MARC modification templates
Manage templates for modifying MARC records during import.
-- 2.1.4