From 4cba382ca9e80cf21a0bbba98fe1c251b41a5b54 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 5 Jun 2012 12:23:18 -0400 Subject: [PATCH] Bug 8187 - [SIGNED-OFF] Batch patron modification missing from tools sidebar menu 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 --- .../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 ) %]
  • Patrons (anonymize, bulk-delete)
  • [% END %] + [% IF ( CAN_user_tools_edit_patrons ) %] +
  • Batch patron modification
  • + [% END %] [% IF ( CAN_user_tools_moderate_tags ) %]
  • Tag moderation
  • [% 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 ) %] -
    Patrons (Modification)
    -
    Modify patrons
    +
    Batch patron modification
    +
    Modify patrons in batch
    [% END %] [% IF ( CAN_user_tools_moderate_tags ) %] -- 1.7.7.3