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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-4 / +3 lines)
Lines 11-17 Link Here
11
[% SET footerjs = 1 %]
11
[% SET footerjs = 1 %]
12
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
13
[% PROCESS 'modal-claims.inc' %]
13
[% PROCESS 'modal-claims.inc' %]
14
<title>Items overdue as of [% todaysdate | html %] &rsaquo; Circulation &rsaquo; Koha</title>
14
<title>Items overdue as of [% todaysdate | $KohaDates %] &rsaquo; Circulation &rsaquo; Koha</title>
15
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
16
[% FILTER collapse %]
16
[% FILTER collapse %]
17
    <style>
17
    <style>
Lines 44-50 Link Here
44
        </li>
44
        </li>
45
        <li>
45
        <li>
46
            <a href="#" aria-current="page">
46
            <a href="#" aria-current="page">
47
                Overdues as of [% todaysdate | html %]
47
                Overdues as of [% todaysdate | $KohaDates %]
48
            </a>
48
            </a>
49
        </li>
49
        </li>
50
    </ol>
50
    </ol>
Lines 62-68 Link Here
62
62
63
[% IF ( overdueloop ) %]
63
[% IF ( overdueloop ) %]
64
64
65
  <h2>[% nnoverdue | html %] [% IF ( noverdue_is_plural ) %]Items[% ELSE %]Item[% END %] overdue as of [% todaysdate | html %][% IF ( isfiltered ) %] <span style="font-size:70%;">(Filtered. <a href="/cgi-bin/koha/circ/overdue.pl">Reset filter</a>)</span>[% END %]</h2>
65
  <h2>[% nnoverdue | html %] [% IF ( noverdue_is_plural ) %]Items[% ELSE %]Item[% END %] overdue as of [% todaysdate | $KohaDates %][% IF ( isfiltered ) %] <span style="font-size:70%;">(Filtered. <a href="/cgi-bin/koha/circ/overdue.pl">Reset filter</a>)</span>[% END %]</h2>
66
66
67
  <p>
67
  <p>
68
    [% IF ( isfiltered ) %]
68
    [% IF ( isfiltered ) %]
69
- 

Return to bug 30718