Lines 210-218
var MSG_CONFIRM_RESUME_HOLDS = _("Are you sure you want to resume all suspended
Link Here
|
210 |
[% ISSUE.author %] |
210 |
[% ISSUE.author %] |
211 |
</span></td> |
211 |
</span></td> |
212 |
[% IF ( ISSUE.overdue ) %] |
212 |
[% IF ( ISSUE.overdue ) %] |
213 |
<td class="date_due overdue"><span title="[% ISSUE.date_due %]">[% ISSUE.date_due | $KohaDates %]</span></td> |
213 |
<td class="date_due overdue"><span title="[% ISSUE.date_due %]">[% ISSUE.date_due | $KohaDates as_due_date => 1 %]</span></td> |
214 |
[% ELSE %] |
214 |
[% ELSE %] |
215 |
<td class="date_due"><span title="[% ISSUE.date_due %]">[% ISSUE.date_due | $KohaDates %]</span></td> |
215 |
<td class="date_due"><span title="[% ISSUE.date_due %]">[% ISSUE.date_due | $KohaDates as_due_date => 1 %]</span></td> |
216 |
[% END %] |
216 |
[% END %] |
217 |
[% UNLESS ( item_level_itypes ) %]<td class="itype">[% IF ( ISSUE.imageurl ) %]<img src="[% ISSUE.imageurl %]" title="[% ISSUE.description %]" alt="[% ISSUE.description %]" />[% END %] [% ISSUE.description %]</td>[% END %] |
217 |
[% UNLESS ( item_level_itypes ) %]<td class="itype">[% IF ( ISSUE.imageurl ) %]<img src="[% ISSUE.imageurl %]" title="[% ISSUE.description %]" alt="[% ISSUE.description %]" />[% END %] [% ISSUE.description %]</td>[% END %] |
218 |
[% IF ( show_barcode ) %]<td class="barcode">[% ISSUE.barcode %]</td>[% END %] |
218 |
[% IF ( show_barcode ) %]<td class="barcode">[% ISSUE.barcode %]</td>[% END %] |
Lines 368-374
var MSG_CONFIRM_RESUME_HOLDS = _("Are you sure you want to resume all suspended
Link Here
|
368 |
[% UNLESS ( item_level_itypes ) %]<td>[% IF ( OVERDUE.imageurl ) %]<img src="[% OVERDUE.imageurl %]" title="[% OVERDUE.description %]" alt="[% OVERDUE.description %]" />[% END %] [% OVERDUE.description %]</td>[% END %] |
368 |
[% UNLESS ( item_level_itypes ) %]<td>[% IF ( OVERDUE.imageurl ) %]<img src="[% OVERDUE.imageurl %]" title="[% OVERDUE.description %]" alt="[% OVERDUE.description %]" />[% END %] [% OVERDUE.description %]</td>[% END %] |
369 |
[% IF ( show_barcode ) %]<td>[% OVERDUE.barcode %]</td>[% END %] |
369 |
[% IF ( show_barcode ) %]<td>[% OVERDUE.barcode %]</td>[% END %] |
370 |
<td>[% OVERDUE.itemcallnumber %]</td> |
370 |
<td>[% OVERDUE.itemcallnumber %]</td> |
371 |
<td><span title="[% OVERDUE.date_due %]">[% OVERDUE.date_due | $KohaDates %]</span></td> |
371 |
<td><span title="[% OVERDUE.date_due %]">[% OVERDUE.date_due | $KohaDates as_due_date => 1 %]</span></td> |
372 |
[% IF ( OpacRenewalAllowed ) %] |
372 |
[% IF ( OpacRenewalAllowed ) %] |
373 |
<td> |
373 |
<td> |
374 |
[% IF ( OVERDUE.debarred ) %]Account frozen |
374 |
[% IF ( OVERDUE.debarred ) %]Account frozen |
375 |
- |
|
|