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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tmpl (-1 / +1 lines)
Lines 34-40 Link Here
34
		<li><a href="/cgi-bin/koha/reports/catalogue_stats.pl">Catalog</a></li>
34
		<li><a href="/cgi-bin/koha/reports/catalogue_stats.pl">Catalog</a></li>
35
		<li><a href="/cgi-bin/koha/reports/issues_stats.pl">Circulation</a></li>
35
		<li><a href="/cgi-bin/koha/reports/issues_stats.pl">Circulation</a></li>
36
		<li><a href="/cgi-bin/koha/reports/serials_stats.pl">Serials</a></li>
36
		<li><a href="/cgi-bin/koha/reports/serials_stats.pl">Serials</a></li>
37
		<li><a href="/cgi-bin/koha/reports/reserves_stats.pl">Reserves</a></li>
37
		<li><a href="/cgi-bin/koha/reports/reserves_stats.pl">Holds</a></li>
38
	</ul></div>
38
	</ul></div>
39
39
40
	<div class="yui-u"><h2>Top Lists</h2>
40
	<div class="yui-u"><h2>Top Lists</h2>
(-)a/reports/reserves_stats.pl (-4 / +4 lines)
Lines 1-7 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
2
3
3
4
# Copyright 2000-2002 Katipo Communications
4
# Copyright 2010 Biblibre
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
Lines 15-22 Link Here
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License along with
17
# You should have received a copy of the GNU General Public License along with
18
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
18
# Koha; if not, write to the Free Software Foundation, Inc., 
19
# Suite 330, Boston, MA  02111-1307 USA
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
21
use strict;
22
use strict;
22
23
23
- 

Return to bug 5869