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:
parent
38ca8d6de1
commit
9f688ab5bc
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue