Merge remote-tracking branch 'origin/new/bug_7876'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / guided-reports-view.inc
1 <h5>Run reports</h5>
2 <ul>
3         [% IF ( CAN_user_reports_execute_reports ) %]<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a></li>[% END %]
4 </ul>
5 <h5>Reports dictionary</h5>
6 <ul>
7 <li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View dictionary</a></li>
8 </ul>
9 <h5>Useful resources</h5>
10 <ul>
11 <li><a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha report library</a></li>
12 <li><a href="http://schema.koha-community.org/" target="blank">Koha database schema</a></li>
13 </ul>