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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-9 / +11 lines)
Lines 77-89 Link Here
77
	<div id="yui-main">
77
	<div id="yui-main">
78
	<div class="yui-b">
78
	<div class="yui-b">
79
79
80
[% IF ( noreport ) %]
80
[% IF ( overdueloop ) %]
81
82
<h2>Overdue report</h2>
83
84
<p>Please choose one or more filters to proceed.</p>
85
86
[% ELSE %]
87
81
88
<h2>[% nnoverdue %] [% IF ( noverdue_is_plural ) %]Items[% ELSE %]Item[% END %]
82
<h2>[% nnoverdue %] [% IF ( noverdue_is_plural ) %]Items[% ELSE %]Item[% END %]
89
overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70%;">(Filtered. <a href="/cgi-bin/koha/circ/overdue.pl">Reset filter</a>)</span>[% END %]</h2>
83
overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70%;">(Filtered. <a href="/cgi-bin/koha/circ/overdue.pl">Reset filter</a>)</span>[% END %]</h2>
Lines 127-133 overdue as of [% todaysdate %][% IF ( isfiltered ) %] <span style="font-size:70% Link Here
127
</table>
121
</table>
128
122
129
</div>
123
</div>
130
[% END %]  <!-- noreport -->
124
125
[% ELSE %]
126
<h2>Overdue report</h2>
127
[% IF ( isfiltered ) %]
128
    <p>There are no overdues matching your search. <a href="/cgi-bin/koha/circ/overdue.pl">Reset filter</a></p>
129
[% ELSE %]
130
    <p>There are no overdues.</p>
131
[% END %]
132
133
[% END %]  <!-- overdueloop -->
131
134
132
</div>
135
</div>
133
</div>
136
</div>
134
- 

Return to bug 16531