Bugzilla – Attachment 158106 Details for
Bug 34456
Add the ability to download a template rendered report as a file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34456: (QA follow-up) Change download link language
Bug-34456-QA-follow-up-Change-download-link-langua.patch (text/plain), 2.01 KB, created by
Katrin Fischer
on 2023-10-30 20:28:39 UTC
(
hide
)
Description:
Bug 34456: (QA follow-up) Change download link language
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-10-30 20:28:39 UTC
Size:
2.01 KB
patch
obsolete
>From b87f93b238058133b59201d7cfc63ff52a83f536 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 30 Oct 2023 13:29:52 -0400 >Subject: [PATCH] Bug 34456: (QA follow-up) Change download link language > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 70954f7b86..90bbadf1b8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc >@@ -135,7 +135,7 @@ > <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> > [% IF processed_notice_title %] >- <li><a id="template" href="/cgi-bin/koha/reports/guided_reports.pl?reports=1&phase=Export&format=template&report_id=[% id | html %]&template=[% template_id | html %]&reportname=[% name |uri %][% PROCESS params %]">Download as <i>[% processed_notice_title | html %]</i></a></li> >+ <li><a id="template" href="/cgi-bin/koha/reports/guided_reports.pl?reports=1&phase=Export&format=template&report_id=[% id | html %]&template=[% template_id | html %]&reportname=[% name |uri %][% PROCESS params %]">Rendered template ([% processed_notice_title | html %])</a></li> > [% END %] > [% IF (results.json) %] > <li><a id="download-chart" href="#">Chart (.svg)</a></li> >-- >2.30.2
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 34456
:
154156
|
154158
|
157924
|
157925
|
158092
|
158093
|
158094
|
158105
| 158106 |
158107