Bugzilla – Attachment 146142 Details for
Bug 27510
Download the report in HTML format
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27510: Followup
Bug-27510-Followup.patch (text/plain), 2.47 KB, created by
Magnus Enger
on 2023-02-03 14:12:08 UTC
(
hide
)
Description:
Bug 27510: Followup
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2023-02-03 14:12:08 UTC
Size:
2.47 KB
patch
obsolete
>From d93c7835063151a41ae884a412cffd553eebc979 Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@libriotech.no> >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 @@ > <li><a id="csv" href="/cgi-bin/koha/reports/guided_reports.pl?reports=1&phase=Export&format=csv&report_id=[% id | html %]&reportname=[% name |uri %][% PROCESS params %]">[% PROCESS 'delimiter_text.inc' %]</a></li> > <li><a id="tab" href="/cgi-bin/koha/reports/guided_reports.pl?reports=1&phase=Export&format=tab&report_id=[% id | html %]&reportname=[% name |uri %][% PROCESS params %]">Tab separated text</a></li> > <li><a id="ods" href="/cgi-bin/koha/reports/guided_reports.pl?reports=1&phase=Export&format=ods&report_id=[% id | html %]&reportname=[% name |uri %][% PROCESS params %]">Open Document Spreadsheet</a></li> >- <li><a id="html" href="/cgi-bin/koha/reports/guided_reports.pl?reports=1&phase=Export&format=html&report_id=[% id | html %]&reportname=[% name |uri %][% PROCESS params %]">Document HTML</a></li> >+ <li><a id="html" href="/cgi-bin/koha/reports/guided_reports.pl?reports=1&phase=Export&format=html&report_id=[% id | html %]&reportname=[% name |uri %][% PROCESS params %]">HTML file</a></li> > [% IF (results.json) %] > <li><a id="download-chart" href="#">Chart (.svg)</a></li> > [% END %] >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27510
:
115696
|
115702
|
116079
|
116091
|
116849
|
116850
|
146135
| 146142