Bugzilla – Attachment 49286 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.35 KB, created by
Aleisha Amohia
on 2016-03-17 22:34:42 UTC
(
hide
)
Description:
Bug 15421: Show 'Duplicate' and 'Schedule' on Reports toolbar
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2016-03-17 22:34:42 UTC
Size:
2.35 KB
patch
obsolete
>From c45ce57f36ab439abeba1096f4ba60fab22e63b5 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 > >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 >--- > .../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..b8df1c3 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