Merge branch 'bug_7368' into 3.14-master
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / guided-reports-view.inc
index 65ab896..639553f 100644 (file)
@@ -1,10 +1,13 @@
-<h5>Build and Run Reports</h5>
+<h5>Run reports</h5>
 <ul>
-       <li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build new">Build New</a></li>
-       <li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Used saved">Use Saved</a></li>
-       <li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create report from SQL">Create from SQL</a></li>
+       [% IF ( CAN_user_reports_execute_reports ) %]<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a></li>[% END %]
 </ul>
-<h5>Reports Dictionary</h5>
+<h5>Reports dictionary</h5>
 <ul>
-<li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View Dictionary">View Dictionary</a></li>
-</ul>
\ No newline at end of file
+<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>