From d93c7835063151a41ae884a412cffd553eebc979 Mon Sep 17 00:00:00 2001 From: Magnus Enger Date: Fri, 3 Feb 2023 15:10:24 +0100 Subject: [PATCH] Bug 27510: Followup - Change "Document HTML" to "HTML file" as requested by Owen - Add HTML::Table to cpanfile --- cpanfile | 1 + koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cpanfile b/cpanfile index 8a37b70fa5..c043407f9c 100644 --- a/cpanfile +++ b/cpanfile @@ -52,6 +52,7 @@ requires 'Getopt::Std', '1.05'; requires 'HTML::Entities', '3.69'; requires 'HTML::FormatText', '1.23'; requires 'HTML::Scrubber', '0.08'; +requires 'HTML::Table', '2.08'; requires 'HTTP::Cookies', '1.39'; requires 'HTTP::OAI', '3.2'; requires 'HTTP::Request::Common', '1.26'; diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc index dbe6b4a22a..ce008883f8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc @@ -117,7 +117,7 @@
  • [% PROCESS 'delimiter_text.inc' %]
  • Tab separated text
  • Open Document Spreadsheet
  • -
  • Document HTML
  • +
  • HTML file
  • [% IF (results.json) %]
  • Chart (.svg)
  • [% END %] -- 2.34.1