Lines 9-15
Link Here
|
9 |
[%- USE TablesSettings -%] |
9 |
[%- USE TablesSettings -%] |
10 |
[% SET footerjs = 1 %] |
10 |
[% SET footerjs = 1 %] |
11 |
[% INCLUDE 'doc-head-open.inc' %] |
11 |
[% INCLUDE 'doc-head-open.inc' %] |
12 |
<title>Items overdue as of [% todaysdate | html %] › Circulation › Koha</title> |
12 |
<title>Items overdue as of [% todaysdate | $KohaDates %] › Circulation › Koha</title> |
13 |
[% INCLUDE 'doc-head-close.inc' %] |
13 |
[% INCLUDE 'doc-head-close.inc' %] |
14 |
[% FILTER collapse %] |
14 |
[% FILTER collapse %] |
15 |
<style> |
15 |
<style> |
Lines 42-48
Link Here
|
42 |
</li> |
42 |
</li> |
43 |
<li> |
43 |
<li> |
44 |
<a href="#" aria-current="page"> |
44 |
<a href="#" aria-current="page"> |
45 |
Overdues as of [% todaysdate | html %] |
45 |
Overdues as of [% todaysdate | $KohaDates %] |
46 |
</a> |
46 |
</a> |
47 |
</li> |
47 |
</li> |
48 |
</ol> |
48 |
</ol> |
Lines 60-66
Link Here
|
60 |
|
60 |
|
61 |
[% IF ( overdueloop ) %] |
61 |
[% IF ( overdueloop ) %] |
62 |
|
62 |
|
63 |
<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> |
63 |
<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> |
64 |
|
64 |
|
65 |
<p> |
65 |
<p> |
66 |
[% IF ( isfiltered ) %] |
66 |
[% IF ( isfiltered ) %] |
67 |
- |
|
|