Lines 1-15
Link Here
|
1 |
[% USE Koha %] |
1 |
[% USE Koha %] |
2 |
<div id="navmenu"> |
2 |
<div id="navmenu"> |
3 |
<div id="navmenulist"> |
3 |
<div id="navmenulist"> |
|
|
4 |
|
5 |
[% IF ( CAN_user_reports_execute_reports ) %]<h4>Run reports</h4><ul><li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a></li></ul>[% END %] |
6 |
|
7 |
<h4>Reports dictionary</h4> |
4 |
<ul> |
8 |
<ul> |
5 |
[% IF ( CAN_user_reports_execute_reports ) %]<h5>Run reports</h5><li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a></li>[% END %] |
|
|
6 |
</ul> |
7 |
<ul> |
8 |
<h5>Reports dictionary</h5> |
9 |
<li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View dictionary</a></li> |
9 |
<li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View dictionary</a></li> |
10 |
</ul> |
10 |
</ul> |
|
|
11 |
<h4>Useful resources</h4> |
11 |
<ul> |
12 |
<ul> |
12 |
<h5>Useful resources</h5> |
|
|
13 |
<li><a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha report library</a></li> |
13 |
<li><a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha report library</a></li> |
14 |
[% SET koha_version = Koha.Version %] |
14 |
[% SET koha_version = Koha.Version %] |
15 |
[% IF koha_version.development %] |
15 |
[% IF koha_version.development %] |