Bug 8187 - [SIGNED-OFF] Batch patron modification missing from tools sidebar menu
authorOwen Leonard <oleonard@myacpl.org>
Tue, 5 Jun 2012 16:23:18 +0000 (12:23 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Sat, 9 Jun 2012 09:55:24 +0000 (11:55 +0200)
Adding a link to the tools sidebar menu for batch patron modification.
Also changing the link text on the Tools home page to make it
somewhat clearer.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc
koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt

index b70ffd4..0c3ac93 100644 (file)
@@ -34,6 +34,9 @@
     [% IF ( CAN_user_tools_delete_anonymize_patrons ) %]
     <li><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Patrons (anonymize, bulk-delete)</a></li>
     [% END %]
+    [% IF ( CAN_user_tools_edit_patrons ) %]
+    <li><a href="/cgi-bin/koha/tools/modborrowers.pl">Batch patron modification</a></li>
+    [% END %]
     [% IF ( CAN_user_tools_moderate_tags ) %]
     <li><a href="/cgi-bin/koha/tags/review.pl">Tag moderation</a></li>
     [% END %]
index 3c8d641..1f4e1e2 100644 (file)
@@ -46,8 +46,8 @@
     [% END %]
 
     [% IF ( CAN_user_tools_edit_patrons ) %]
-    <dt><a href="/cgi-bin/koha/tools/modborrowers.pl">Patrons (Modification)</a></dt>
-    <dd>Modify patrons</dd>
+    <dt><a href="/cgi-bin/koha/tools/modborrowers.pl">Batch patron modification</a></dt>
+    <dd>Modify patrons in batch</dd>
     [% END %]
 
     [% IF ( CAN_user_tools_moderate_tags ) %]