From 4d48098d8385aad884be73c08fe2a6e1633eba1c Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 8 Jun 2015 05:29:16 +0200 Subject: [PATCH] Bug 13874: 'Rotating collections' are a circulation tool 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt | 9 ++++----- 1 file changed, 4 insertions(+), 5 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 e722610..7b2e14e 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 @@ -65,6 +65,10 @@
Upload patron images in a batch or one at a time
[% END %] + [% IF ( CAN_user_tools_rotating_collections ) %] +
Rotating collections
+
Manage rotating collections
+ [% END %] @@ -152,11 +156,6 @@
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.
-- 1.9.1