@@ -, +, @@ --- 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(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc +++ a/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 %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt +++ a/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 ) %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt +++ a/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 %] --