@@ -, +, @@ Patrons on Tools Home - Should be Catalog --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt +++ a/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.
--