Bugzilla – Attachment 94356 Details for
Bug 23812
Download icon is an upload icon
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23812: Download icon is an upload icon
Bug-23812-Download-icon-is-an-upload-icon.patch (text/plain), 1.55 KB, created by
Lucas Gass (lukeg)
on 2019-10-17 00:23:58 UTC
(
hide
)
Description:
Bug 23812: Download icon is an upload icon
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2019-10-17 00:23:58 UTC
Size:
1.55 KB
patch
obsolete
>From e781d6ea84a7935f60127f24fb56ac68df1248be Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 16 Oct 2019 21:49:34 +0000 >Subject: [PATCH] Bug 23812: Download icon is an upload icon > >--- > 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 8fd8c4dfd8..fd7ce29ce9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc >@@ -92,7 +92,7 @@ > > > <div class="btn-group"> >- <button class="btn btn-default dropdown-toggle" data-toggle="dropdown" id="format"><i class="fa fa-upload"></i> Download <span class="caret"></span></button> >+ <button class="btn btn-default dropdown-toggle" data-toggle="dropdown" id="format"><i class="fa fa-download"></i> Download <span class="caret"></span></button> > <ul class="dropdown-menu"> > <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> >-- >2.11.0
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 23812
:
94218
|
94356
|
94357
|
94360