View | Details | Raw Unified | Return to bug 7388
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc (-4 / +5 lines)
Lines 1-15 Link Here
1
<h5>Build and Run Reports</h5>
1
<div id="menu">
2
<h4>Build & Run Reports</h4>
2
<ul>
3
<ul>
3
	[% IF ( CAN_user_reports_create_reports ) %]<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build New</a></li>[% END %]
4
	[% IF ( CAN_user_reports_create_reports ) %]<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build New</a></li>[% END %]
4
	[% IF ( CAN_user_reports_execute_reports ) %]<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Use Saved</a></li>[% END %]
5
	[% IF ( CAN_user_reports_execute_reports ) %]<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Use Saved</a></li>[% END %]
5
	[% IF ( 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>[% END %]
6
	[% IF ( 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>[% END %]
6
</ul>
7
</ul>
7
<h5>Reports Dictionary</h5>
8
<h4>Reports Dictionary</h4>
8
<ul>
9
<ul>
9
<li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View Dictionary</a></li>
10
<li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View Dictionary</a></li>
10
</ul>
11
</ul>
11
<h5>Useful Resources</h5>
12
<h4>Useful Resources</h4>
12
<ul>
13
<ul>
13
<li><a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha Report Library</a></li>
14
<li><a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha Report Library</a></li>
14
<li><a href="http://schema.koha-community.org/" target="blank">Koha Database Schema</a></li>
15
<li><a href="http://schema.koha-community.org/" target="blank">Koha Database Schema</a></li>
15
</ul>
16
</ul>
16
- 
17
</div>

Return to bug 7388