[Koha-patches] [PATCH] Bug 8187 - Batch patron modification missing from tools sidebar menu

Owen Leonard oleonard at myacpl.org
Tue Jun 5 18:26:35 CEST 2012


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.
---
 .../intranet-tmpl/prog/en/includes/tools-menu.inc  |    3 +++
 .../prog/en/modules/tools/tools-home.tt            |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc
index b70ffd4..0c3ac93 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc
@@ -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 %]
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 3c8d641..1f4e1e2 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
@@ -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 ) %]
-- 
1.7.9.5



More information about the Koha-patches mailing list