Bug 6871 - add schema and sql library reports to guided reports sidebar

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@catalyst.net.nz>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
Liz Rea 2011-09-22 13:59:11 -05:00 committed by Chris Cormack
parent 38ca8d6de1
commit 9f688ab5bc

View file

@ -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>