Bugzilla – Attachment 69268 Details for
Bug 19664
Reports sidebar menu should match list of reports on reports home page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19664: Reports sidebar menu should match list of reports on reports home page
Bug-19664-Reports-sidebar-menu-should-match-list-o.patch (text/plain), 2.43 KB, created by
Claire Gravely
on 2017-11-22 08:48:04 UTC
(
hide
)
Description:
Bug 19664: Reports sidebar menu should match list of reports on reports home page
Filename:
MIME Type:
Creator:
Claire Gravely
Created:
2017-11-22 08:48:04 UTC
Size:
2.43 KB
patch
obsolete
>From 1218253345e4ebdfed033704e57ed6736acd49ce Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 21 Nov 2017 13:31:49 +0000 >Subject: [PATCH] Bug 19664: Reports sidebar menu should match list of reports > on reports home page > >This patch makes the reports sidebar menu a little more consistent with >the reports home page menu by adding missing links to reports. > >To test, observer the reports sidebar menu before and after the patch >and confirm that missing reports are linked in the update. > >Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de> >--- > .../intranet-tmpl/prog/en/includes/reports-menu.inc | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc >index 03b4b64..9ae019d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc >@@ -1,6 +1,15 @@ > <h5>Guided reports</h5> > <ul> > <li><a href="/cgi-bin/koha/reports/guided_reports.pl">Guided reports</a></li> >+ [% IF ( CAN_user_reports_create_reports ) %] >+ <li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build new</a></li> >+ [% END %] >+ [% IF ( CAN_user_reports_execute_reports ) %] >+ <li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Use saved</a></li> >+ [% END %] >+ [% IF ( CAN_user_reports_create_reports ) %] >+ <li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create%20report%20from%20SQL">Create from SQL</a></li> >+ [% END %] > </ul> > > <h5>Statistics wizards</h5> >@@ -14,6 +23,12 @@ > <li><a href="/cgi-bin/koha/reports/reserves_stats.pl">Holds</a></li> > </ul> > >+ [% IF UseKohaPlugins %] >+ <h5>Report plugins</h5> >+ <ul> >+ <li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=report">Report plugins</a></li> >+ </ul> >+ [% END %] > > <h5>Top lists</h5> > <ul> >@@ -31,6 +46,7 @@ > <h5>Other</h5> > <ul> > <li><a href="/cgi-bin/koha/reports/itemslost.pl">Lost items</a></li> >+ <li><a href="/cgi-bin/koha/reports/orders_by_fund.pl">Orders by fund</a></li> > <li><a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">Catalog by item type</a></li> > <li><a href="/cgi-bin/koha/reports/issues_avg_stats.pl">Average loan time</a></li> > </ul> >-- >2.1.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 19664
:
69245
|
69268
|
69947