@@ -, +, @@ --- .../prog/en/modules/tools/tools-home.tt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 @@ -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.
--