Merge remote branch 'kc/new/biblibre_reports' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / guided-reports-view.inc
1 <h5>Build and Run Reports</h5>
2 <ul>
3         <!-- TMPL_IF NAME="CAN_user_reports_create_reports" --><li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build New</a></li><!-- /TMPL_IF -->
4         <!-- TMPL_IF NAME="CAN_user_reports_execute_reports" --><li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Use Saved</a></li><!-- /TMPL_IF -->
5         <!-- TMPL_IF NAME="CAN_user_reports_create_reports" --><li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create%20report%20from%20SQL">Create from SQL</a></li><!-- /TMPL_IF -->
6 </ul>
7 <h5>Reports Dictionary</h5>
8 <ul>
9 <li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View Dictionary</a></li>
10 </ul>