From aa1687ef3bf545dcbd24d90e471f0fb663a61d2d Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 28 Apr 2018 02:30:55 +0200 Subject: [PATCH] Bug 11317: (QA follow-up) Change tool name to be more general I think this tool could be used in multiple ways, for all kinds of files that you want to protect by login in Koha. So a more general name might work better. This is a suggestion, not mandatory. --- koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt | 8 ++++---- koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt | 4 ++-- 3 files changed, 7 insertions(+), 7 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 67783e267c..d3e03a95ad 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc @@ -109,6 +109,6 @@
  • Upload any file
  • [% END %] [% IF ( CAN_user_tools_access_files ) %] -
  • Report/log files
  • +
  • Access files
  • [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt index 74f4a7245c..88881c1b82 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt @@ -1,7 +1,7 @@ [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Report/log files +Access files [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") %] @@ -9,17 +9,17 @@ [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] - +
    -

    Report/log files

    +

    Access files

    [% IF ( error_no_dir ) %] -
    Error: Report/log files could not be found because the "access_dir" option was not set in "koha-conf.xml". Contact your system administrator to add this option.
    +
    Error: Files could not be found because the "access_dir" option was not set in "koha-conf.xml". Contact your system administrator to add this option.
    [% ELSE %] [% IF ( files_loop ) %] 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 da1884b865..0152389a9b 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 @@ -115,8 +115,8 @@ [% END %] [% IF CAN_user_tools_access_files %] -
    Report/log files
    -
    Access report or log files
    +
    Access files
    +
    Access files stored on the server, like log files or reports
    [% END %] -- 2.14.1