|
Lines 246-256
Link Here
|
| 246 |
<td class="title"> |
246 |
<td class="title"> |
| 247 |
<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> |
247 |
<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> |
| 248 |
[% IF ( ISSUE.enumchron ) %] [% ISSUE.enumchron %][% END %] |
248 |
[% IF ( ISSUE.enumchron ) %] [% ISSUE.enumchron %][% END %] |
| 249 |
[% IF ( ISSUE.recalled ) %]This item has been recalled. Please return by the new due date.[% END %] |
249 |
[% IF ( ISSUE.recalled ) %]<br /><i>This item has been recalled. Please return by the new due date.</i>[% END %] |
| 250 |
</td> |
250 |
</td> |
| 251 |
|
251 |
|
| 252 |
<td class="author">[% ISSUE.author | html %]</td> |
252 |
<td class="author">[% ISSUE.author | html %]</td> |
| 253 |
[% IF ( ISSUE.overdue ) %] |
253 |
[% IF ( ISSUE.overdue || ISSUE.recalled ) %] |
| 254 |
<td class="date_due overdue"> |
254 |
<td class="date_due overdue"> |
| 255 |
<span title="[% ISSUE.date_due | html %]"> |
255 |
<span title="[% ISSUE.date_due | html %]"> |
| 256 |
<span class="tdlabel">Date due:</span> |
256 |
<span class="tdlabel">Date due:</span> |