Lines 241-251
Link Here
|
241 |
<td class="title"> |
241 |
<td class="title"> |
242 |
<a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ISSUE.biblionumber | html %]">[% ISSUE.title | html %] [% FOREACH subtitl IN ISSUE.subtitle %] [% subtitl.subfield | html %][% END %]</a> |
242 |
<a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ISSUE.biblionumber | html %]">[% ISSUE.title | html %] [% FOREACH subtitl IN ISSUE.subtitle %] [% subtitl.subfield | html %][% END %]</a> |
243 |
[% IF ( ISSUE.enumchron ) %] [% ISSUE.enumchron %][% END %] |
243 |
[% IF ( ISSUE.enumchron ) %] [% ISSUE.enumchron %][% END %] |
244 |
[% IF ( ISSUE.recalled ) %]This item has been recalled. Please return by the new due date.[% END %] |
244 |
[% IF ( ISSUE.recalled ) %]<br /><i>This item has been recalled. Please return by the new due date.</i>[% END %] |
245 |
</td> |
245 |
</td> |
246 |
|
246 |
|
247 |
<td class="author">[% ISSUE.author | html %]</td> |
247 |
<td class="author">[% ISSUE.author | html %]</td> |
248 |
[% IF ( ISSUE.overdue ) %] |
248 |
[% IF ( ISSUE.overdue || ISSUE.recalled ) %] |
249 |
<td class="date_due overdue"> |
249 |
<td class="date_due overdue"> |
250 |
<span title="[% ISSUE.date_due | html %]"> |
250 |
<span title="[% ISSUE.date_due | html %]"> |
251 |
<span class="tdlabel">Date due:</span> |
251 |
<span class="tdlabel">Date due:</span> |