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
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/