|
Lines 41-49
Link Here
|
| 41 |
<td class="recall-patron"> [% INCLUDE 'patron-title.inc' patron=recall.patron hide_patron_infos_if_needed=1 link_to="circulation_recalls" %] </td> |
41 |
<td class="recall-patron"> [% INCLUDE 'patron-title.inc' patron=recall.patron hide_patron_infos_if_needed=1 link_to="circulation_recalls" %] </td> |
| 42 |
[% END %] |
42 |
[% END %] |
| 43 |
|
43 |
|
| 44 |
<td class="recall-date"> [% recall.created_date | $KohaDates %] </td> |
44 |
<td class="recall-date" data-order="[% recall.created_date | html %]"> [% recall.created_date | $KohaDates %] </td> |
| 45 |
|
45 |
|
| 46 |
<td class="recall-expiry"> |
46 |
<td class="recall-expiry" data-order="[% recall.expiration_date | html %]"> |
| 47 |
[% IF ( recall.expiration_date ) %] |
47 |
[% IF ( recall.expiration_date ) %] |
| 48 |
[% recall.expiration_date | $KohaDates %] |
48 |
[% recall.expiration_date | $KohaDates %] |
| 49 |
[% ELSIF ( !recall.completed ) %] |
49 |
[% ELSIF ( !recall.completed ) %] |
|
Lines 74-80
Link Here
|
| 74 |
</td> |
74 |
</td> |
| 75 |
|
75 |
|
| 76 |
[% UNLESS viewing_old %] |
76 |
[% UNLESS viewing_old %] |
| 77 |
<td class="recall-duedate"> |
77 |
<td class="recall-duedate" data-order="[% recall.checkout.date_due | html %]"> |
| 78 |
[% IF recall.requested and recall.checkout %] |
78 |
[% IF recall.requested and recall.checkout %] |
| 79 |
<span>Due to be returned by [% recall.checkout.date_due | $KohaDates %]</span> |
79 |
<span>Due to be returned by [% recall.checkout.date_due | $KohaDates %]</span> |
| 80 |
[% ELSIF recall.waiting and RECALL.expiration_date %] |
80 |
[% ELSIF recall.waiting and RECALL.expiration_date %] |