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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-2 / +1 lines)
Lines 60-66 Link Here
60
60
61
[% IF ( overdueloop ) %]
61
[% IF ( overdueloop ) %]
62
62
63
  <h2>[% nnoverdue | html %] [% IF ( noverdue_is_plural ) %]<span>Items</span>[% 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 | html %][% 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
- 

Return to bug 30733