[Koha-patches] [PATCH] Bug 6871 - add schema and sql library reports to guided reports sidebar

Robin Sheat robin at catalyst.net.nz
Fri Sep 23 01:38:06 CEST 2011


From: Liz Rea <lrea at nekls.org>

This patch adds links for schema.k-c.org and the sql report library to the guided reports sidebar.

Signed-off-by: Robin Sheat <robin at catalyst.net.nz>
---
 .../prog/en/includes/guided-reports-view.inc       |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

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 d0101e6..d354170 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
@@ -8,3 +8,8 @@
 <ul>
 <li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View Dictionary</a></li>
 </ul>
+<h5>Useful Resources</h5>
+<ul>
+<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>
-- 
1.7.4.1



More information about the Koha-patches mailing list