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