From d5d5c20ca6a718b3448bb23be705ce67290c31ae Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 12 Dec 2013 21:13:15 +0100 Subject: [PATCH] Bug 11395: Add links to the new tool page Content-Type: text/plain; charset=utf-8 This patch adds links in the tool module to the new batch tool and in the basket. Signed-off-by: Brendan Gallagher Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi Signed-off-by: Marcel de Rooy --- .../intranet-tmpl/prog/en/includes/tools-menu.inc | 3 +++ .../intranet-tmpl/prog/en/modules/basket/basket.tt | 10 ++++++++++ .../prog/en/modules/tools/tools-home.tt | 5 +++++ 3 files changed, 18 insertions(+), 0 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 ea3cf82..b76f5a7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc @@ -59,6 +59,9 @@ [% IF CAN_user_tools_records_batchdel %]
  • Batch record deletion
  • [% END %] + [% IF CAN_user_tools_records_batchmod %] +
  • Batch record modification
  • + [% END %] [% IF ( CAN_user_tools_export_catalog ) %]
  • Export data
  • [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt index 278a191..d9ff504 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt @@ -122,6 +122,16 @@ function batchDelete(){ [% END %] + [% IF CAN_user_tools_records_batchmod %] +
    + Actions + +
    + [% END %] Print Empty and close Hide window 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 a87857c..e722610 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 @@ -127,6 +127,11 @@
    Delete a batch of records (bibliographic or authority)
    [% END %] + [% IF CAN_user_tools_records_batchmod %] +
    Batch record modification
    +
    Modify a batch of records (biblios or authorities)
    + [% END %] + [% IF ( CAN_user_tools_export_catalog ) %]
    Export data
    Export bibliographic, holdings, and authority records
    -- 1.7.7.6