Bug 19856: Improve styling of reports sidebar
authorJenny Way <jwayway@hotmail.com>
Tue, 16 Jan 2018 03:24:41 +0000 (03:24 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 23 Mar 2018 14:45:38 +0000 (11:45 -0300)
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>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc

index 639553f..752ecf2 100644 (file)
@@ -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>