Bugzilla – Attachment 70554 Details for
Bug 19856
Improve styling of reports sidebar to match tools sidebar
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19856: Improve styling of reports sidebar
Bug-19856-Improve-styling-of-reports-sidebar.patch (text/plain), 1.40 KB, created by
Owen Leonard
on 2018-01-16 13:58:54 UTC
(
hide
)
Description:
Bug 19856: Improve styling of reports sidebar
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-01-16 13:58:54 UTC
Size:
1.40 KB
patch
obsolete
>From 4ceca6d29a9933df8962776b01992490d2f6956a Mon Sep 17 00:00:00 2001 >From: Jenny Way <jwayway@hotmail.com> >Date: Tue, 16 Jan 2018 03:24:41 +0000 >Subject: [PATCH] Bug 19856: Improve styling of reports sidebar > >Test Plan >1. Open tools page and click on any of the links with a sidebar >2. Note the layout of the sidebar >3. Open reports page and click on any of the links with a sidebar >4. All the sidebars should have the same layout as the tools one > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc >index 639553f..752ecf2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc >@@ -1,3 +1,6 @@ >+<div id="navmenu"> >+<div id="navmenulist"> >+ > <h5>Run reports</h5> > <ul> > [% IF ( CAN_user_reports_execute_reports ) %]<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a></li>[% END %] >@@ -11,3 +14,5 @@ > <li><a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha report library</a></li> > <li><a href="http://schema.koha-community.org/" target="blank">Koha database schema</a></li> > </ul> >+</div> >+</div> >-- >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 19856
:
70543
|
70554
|
70642
|
72674
|
73074
|
73075