Bugzilla – Attachment 49301 Details for
Bug 15421
Show all available actions in reports toolbar
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15421: Show 'Duplicate' and 'Schedule' on Reports toolbar
Bug-15421-Show-Duplicate-and-Schedule-on-Reports-t.patch (text/plain), 2.48 KB, created by
Marc Véron
on 2016-03-18 09:11:24 UTC
(
hide
)
Description:
Bug 15421: Show 'Duplicate' and 'Schedule' on Reports toolbar
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-03-18 09:11:24 UTC
Size:
2.48 KB
patch
obsolete
>From 54c1ea35a670e94eb034b0f3a9215b302811a253 Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Thu, 17 Mar 2016 22:34:08 +0000 >Subject: [PATCH] Bug 15421: Show 'Duplicate' and 'Schedule' on Reports > toolbar >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To test: >1) Go to Reports -> Use saved >2) Click 'Show' on the dropdown for any report >3) Confirm that 'Duplicate and 'Schedule' are now on the toolbar and work as expected > >Sponsored-by: Catalyst IT > >Signed-off-by: Marc Véron <veron@veron.ch> >--- > .../intranet-tmpl/prog/en/includes/reports-toolbar.inc | 14 ++++++++++++-- > 1 file changed, 12 insertions(+), 2 deletions(-) > >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 b7fa555..373df25 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc >@@ -10,14 +10,19 @@ > [% END %] > > [% IF ( showsql || execute || editsql || save_successful ) %] >- [% UNLESS ( editsql ) # Do not show edit button on edit page %] >- [% IF ( CAN_user_reports_create_reports ) %] >+ [% IF ( CAN_user_reports_create_reports ) %] >+ [% UNLESS ( editsql ) # Do not show edit button on edit page %] > <div class="btn-group"> > <a id="editreport" class="btn btn-small" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id %]&phase=Edit%20SQL"> > <i class="fa fa-pencil"></i> Edit > </a> > </div> > [% END %] >+ <div class="btn-group"> >+ <a class="btn btn-small" title="Duplicate this saved report" href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create report from SQL&sql=[% sql %]&reportname=[% reportname %]&notes=[% notes %]"> >+ <i class="fa fa-copy"></i> Duplicate >+ </a> >+ </div> > [% END %] > > [% IF ( CAN_user_reports_create_reports ) %] >@@ -34,6 +39,11 @@ > <i class="fa fa-play"></i> Run report > </a> > </div> >+ <div class="btn-group"> >+ <a class="btn btn-small" href="/cgi-bin/koha/tools/scheduler.pl?id=[% id %]"> >+ <i class="fa fa-clock-o"></i> Schedule >+ </a> >+ </div> > [% END %] > [% END %] > </div> >-- >1.7.10.4
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 15421
:
49286
|
49301
|
49345