|
Lines 217-224
Using this account is not recommended because some parts of Koha will not functi
Link Here
|
| 217 |
<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> |
217 |
<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> |
| 218 |
[% IF ( ISSUE.enumchron ) %] [% ISSUE.enumchron %][% END %] |
218 |
[% IF ( ISSUE.enumchron ) %] [% ISSUE.enumchron %][% END %] |
| 219 |
</td> |
219 |
</td> |
|
|
220 |
|
| 220 |
<td class="author">[% ISSUE.author %]</td> |
221 |
<td class="author">[% ISSUE.author %]</td> |
| 221 |
</td> |
|
|
| 222 |
[% IF ( ISSUE.overdue ) %] |
222 |
[% IF ( ISSUE.overdue ) %] |
| 223 |
<td class="date_due overdue"> |
223 |
<td class="date_due overdue"> |
| 224 |
<span title="[% ISSUE.date_due %]"> |
224 |
<span title="[% ISSUE.date_due %]"> |
|
Lines 540-547
Using this account is not recommended because some parts of Koha will not functi
Link Here
|
| 540 |
<thead> |
540 |
<thead> |
| 541 |
<tr> |
541 |
<tr> |
| 542 |
<th class="anti-the">Title</th> |
542 |
<th class="anti-the">Title</th> |
| 543 |
<th class="psort">Placed on</th> |
543 |
<th class="psort title-string">Placed on</th> |
| 544 |
<th>Expires on</th> |
544 |
<th class="title-string">Expires on</th> |
| 545 |
<th>Pick up location</th> |
545 |
<th>Pick up location</th> |
| 546 |
[% IF ( showpriority ) %] |
546 |
[% IF ( showpriority ) %] |
| 547 |
<th>Priority</th> |
547 |
<th>Priority</th> |
|
Lines 587-602
Using this account is not recommended because some parts of Koha will not functi
Link Here
|
| 587 |
<td class="expirationdate"> |
587 |
<td class="expirationdate"> |
| 588 |
[% IF ! RESERVE.found %] |
588 |
[% IF ! RESERVE.found %] |
| 589 |
[% IF ( RESERVE.expirationdate ) %] |
589 |
[% IF ( RESERVE.expirationdate ) %] |
| 590 |
<span> |
590 |
<span title="[% RESERVE.expirationdate %]"> |
| 591 |
<span class="tdlabel">Expiration:</span> |
591 |
<span class="tdlabel">Expiration:</span> |
| 592 |
[% RESERVE.expirationdate | $KohaDates %] |
592 |
[% RESERVE.expirationdate | $KohaDates %] |
| 593 |
</span> |
593 |
</span> |
| 594 |
[% ELSE %] |
594 |
[% ELSE %] |
| 595 |
<span class="tdlabel">Expiration:</span> |
595 |
<span title="0000-00-00"> |
| 596 |
Never expires |
596 |
<span class="tdlabel">Expiration:</span> |
|
|
597 |
Never expires |
| 598 |
</span> |
| 597 |
[% END %] |
599 |
[% END %] |
| 598 |
[% ELSE %] |
600 |
[% ELSE %] |
| 599 |
- |
601 |
<span title="0000-00-00">-</span> |
| 600 |
[% END %] |
602 |
[% END %] |
| 601 |
</td> |
603 |
</td> |
| 602 |
<td class="branch"> |
604 |
<td class="branch"> |
| 603 |
- |
|
|