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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/dictionary-toolbar.inc (-1 / +1 lines)
Lines 17-21 Link Here
17
	//]]>
17
	//]]>
18
	</script>
18
	</script>
19
	<ul class="toolbar">
19
	<ul class="toolbar">
20
	<li><a id="newdictionary" href="/cgi-bin/koha/reports/dictionary.pl?phase=Add%20New%20Definition">New Definition</a></li>
20
	<li><a id="newdictionary" href="/cgi-bin/koha/reports/dictionary.pl?phase=Add%20New%20Definition">New definition</a></li>
21
</ul></div>
21
</ul></div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc (-6 / +6 lines)
Lines 1-13 Link Here
1
<h5>Run Reports</h5>
1
<h5>Run reports</h5>
2
<ul>
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 %]
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>
4
</ul>
5
<h5>Reports Dictionary</h5>
5
<h5>Reports dictionary</h5>
6
<ul>
6
<ul>
7
<li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View Dictionary</a></li>
7
<li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View dictionary</a></li>
8
</ul>
8
</ul>
9
<h5>Useful Resources</h5>
9
<h5>Useful resources</h5>
10
<ul>
10
<ul>
11
<li><a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha Report Library</a></li>
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>
12
<li><a href="http://schema.koha-community.org/" target="blank">Koha database schema</a></li>
13
</ul>
13
</ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc (-7 / +6 lines)
Lines 1-6 Link Here
1
<h5>Guided Reports</h5>
1
<h5>Guided reports</h5>
2
	<ul>
2
	<ul>
3
		<li><a href="/cgi-bin/koha/reports/guided_reports.pl">Guided Reports</a></li>
3
		<li><a href="/cgi-bin/koha/reports/guided_reports.pl">Guided reports</a></li>
4
	</ul>
4
	</ul>
5
5
6
<h5>Statistics wizards</h5>
6
<h5>Statistics wizards</h5>
Lines 14-23 Link Here
14
	</ul>
14
	</ul>
15
15
16
16
17
	<h5>Top Lists</h5>
17
	<h5>Top lists</h5>
18
	<ul>
18
	<ul>
19
		<li><a href="/cgi-bin/koha/reports/bor_issues_top.pl">Patrons with the most checkouts</a></li>
19
		<li><a href="/cgi-bin/koha/reports/bor_issues_top.pl">Patrons with the most checkouts</a></li>
20
		<li><a href="/cgi-bin/koha/reports/cat_issues_top.pl">Most-Circulated Items</a></li>
20
		<li><a href="/cgi-bin/koha/reports/cat_issues_top.pl">Most-circulated items</a></li>
21
	</ul>
21
	</ul>
22
	
22
	
23
	<h5>Inactive</h5>
23
	<h5>Inactive</h5>
Lines 29-35 Link Here
29
29
30
	<h5>Other</h5>
30
	<h5>Other</h5>
31
	<ul>
31
	<ul>
32
		<li><a href="/cgi-bin/koha/reports/itemslost.pl">Lost Items</a></li>
32
		<li><a href="/cgi-bin/koha/reports/itemslost.pl">Lost items</a></li>
33
		<li><a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">Catalog by Item Type</a></li>
33
		<li><a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">Catalog by item type</a></li>
34
		<li><a href="/cgi-bin/koha/reports/issues_avg_stats.pl">Average loan time</a></li>
34
		<li><a href="/cgi-bin/koha/reports/issues_avg_stats.pl">Average loan time</a></li>
35
	</ul>
35
	</ul>
36
- 

Return to bug 2780