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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt (-1 / +4 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Circulation</title>
3
<title>Koha &rsaquo; Circulation</title>
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
Lines 46-52 Link Here
46
	systems with large numbers of overdue items.</li>[% END %]
47
	systems with large numbers of overdue items.</li>[% END %]
47
	<li>    <a href="/cgi-bin/koha/circ/branchoverdues.pl">Overdues with fines</a> - Limited to your library.  See report help for other details.</li>
48
	<li>    <a href="/cgi-bin/koha/circ/branchoverdues.pl">Overdues with fines</a> - Limited to your library.  See report help for other details.</li>
48
<!--	<li>    <a href="/cgi-bin/koha/circ/stats.pl?time=yesterday">Daily reconciliation</a></li> -->
49
<!--	<li>    <a href="/cgi-bin/koha/circ/stats.pl?time=yesterday">Daily reconciliation</a></li> -->
49
    <li><a href="/cgi-bin/koha/circ/on-site_checkouts.pl">On-site checkout list</a></li>
50
    [% IF Koha.Preference('OnSiteCheckouts') %]
51
        <li><a href="/cgi-bin/koha/circ/on-site_checkouts.pl">On-site checkout list</a></li>
52
    [% END %]
50
</ul>
53
</ul>
51
	
54
	
52
	</div>
55
	</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt (-2 / +1 lines)
Lines 41-47 $(document).ready(function(){ Link Here
41
  <div id="bd">
41
  <div id="bd">
42
    <div id="yui-main">
42
    <div id="yui-main">
43
      <div class="yui-b">
43
      <div class="yui-b">
44
        <h4>Pending on-site checkout list</h4>
44
        <h1>Pending on-site checkout list</h1>
45
        [% IF pending_onsite_checkouts %]
45
        [% IF pending_onsite_checkouts %]
46
          <table id="pending_onsite_checkout">
46
          <table id="pending_onsite_checkout">
47
            <thead>
47
            <thead>
48
- 

Return to bug 11201