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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tmpl (-4 / +3 lines)
Lines 38-46 Link Here
38
	<li>    <a href="/cgi-bin/koha/circ/waitingreserves.pl" title="holds waiting for patron pickup">Holds awaiting pickup</a></li>
38
	<li>    <a href="/cgi-bin/koha/circ/waitingreserves.pl" title="holds waiting for patron pickup">Holds awaiting pickup</a></li>
39
	<li>    <a href="/cgi-bin/koha/circ/reserveratios.pl">Hold ratios</a></li>
39
	<li>    <a href="/cgi-bin/koha/circ/reserveratios.pl">Hold ratios</a></li>
40
	<li>    <a href="/cgi-bin/koha/circ/transferstoreceive.pl" title="transfers to receive at your library">Transfers to receive</a></li>
40
	<li>    <a href="/cgi-bin/koha/circ/transferstoreceive.pl" title="transfers to receive at your library">Transfers to receive</a></li>
41
	<li>    <a href="/cgi-bin/koha/circ/overdue.pl">Overdues</a>
41
	<!-- TMPL_IF NAME="CAN_user_reports_execute_reports" --><li>    <a href="/cgi-bin/koha/circ/overdue.pl">Overdues</a>
42
	- <b>Warning:</b> This report is very resource intensive on
42
	- <b>Warning:</b> This report is very resource intensive on
43
	systems with large numbers of overdue items.</li>
43
	systems with large numbers of overdue items.</li><!-- /TMPL_IF -->
44
	<li>    <a href="/cgi-bin/koha/circ/branchoverdues.pl">Overdues with fines</a> - Limited to your library.  See report help for other details.</li>
44
	<li>    <a href="/cgi-bin/koha/circ/branchoverdues.pl">Overdues with fines</a> - Limited to your library.  See report help for other details.</li>
45
<!--	<li>    <a href="/cgi-bin/koha/circ/billing.pl">Billing</a></li> -->
45
<!--	<li>    <a href="/cgi-bin/koha/circ/billing.pl">Billing</a></li> -->
46
<!--	<li>    <a href="/cgi-bin/koha/circ/stats.pl?time=yesterday">Daily reconciliation</a></li> -->
46
<!--	<li>    <a href="/cgi-bin/koha/circ/stats.pl?time=yesterday">Daily reconciliation</a></li> -->
Lines 52-58 Link Here
52
	<div class="yui-u">
52
	<div class="yui-u">
53
		<h5>Offline Circulation</h5>
53
		<h5>Offline Circulation</h5>
54
		<ul>
54
		<ul>
55
			<li><a href="/cgi-bin/koha/offline_circ/process_koc.pl">Offline Circulation File (.koc) Uploader</a></li>
55
			<li><a href="/cgi-bin/koha/offline_circ/list.pl">Offline Circulation Operations</a></li>
56
		</ul>
56
		</ul>
57
	</div>
57
	</div>
58
</div>
58
</div>
59
- 

Return to bug 5876