From 54cdefd9c32610c1f50209e604431756e1bdb5f9 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
---
 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