Lines 184-192
var MSG_CONFIRM_RESUME_HOLDS = _("Are you sure you want to resume all suspended
Link Here
|
184 |
[% ISSUE.author %] |
184 |
[% ISSUE.author %] |
185 |
</span></td> |
185 |
</span></td> |
186 |
[% IF ( ISSUE.overdue ) %] |
186 |
[% IF ( ISSUE.overdue ) %] |
187 |
<td class="date_due overdue"><span title="[% ISSUE.date_due %]">[% ISSUE.date_due | $KohaDates %]</span></td> |
187 |
<td class="date_due overdue"><span title="[% ISSUE.date_due %]">[% ISSUE.date_due | $KohaDates with_hours => 1 %]</span></td> |
188 |
[% ELSE %] |
188 |
[% ELSE %] |
189 |
<td class="date_due"><span title="[% ISSUE.date_due %]">[% ISSUE.date_due | $KohaDates %]</span></td> |
189 |
<td class="date_due"><span title="[% ISSUE.date_due %]">[% ISSUE.date_due | $KohaDates with_hours => 1 %]</span></td> |
190 |
[% END %] |
190 |
[% END %] |
191 |
[% 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 %] |
191 |
[% 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 %] |
192 |
[% IF ( show_barcode ) %]<td class="barcode">[% ISSUE.barcode %]</td>[% END %] |
192 |
[% IF ( show_barcode ) %]<td class="barcode">[% ISSUE.barcode %]</td>[% END %] |
Lines 342-348
var MSG_CONFIRM_RESUME_HOLDS = _("Are you sure you want to resume all suspended
Link Here
|
342 |
[% UNLESS ( item_level_itypes ) %]<td>[% IF ( OVERDUE.imageurl ) %]<img src="[% OVERDUE.imageurl %]" title="[% OVERDUE.description %]" alt="[% OVERDUE.description %]" />[% END %] [% OVERDUE.description %]</td>[% END %] |
342 |
[% UNLESS ( item_level_itypes ) %]<td>[% IF ( OVERDUE.imageurl ) %]<img src="[% OVERDUE.imageurl %]" title="[% OVERDUE.description %]" alt="[% OVERDUE.description %]" />[% END %] [% OVERDUE.description %]</td>[% END %] |
343 |
[% IF ( show_barcode ) %]<td>[% OVERDUE.barcode %]</td>[% END %] |
343 |
[% IF ( show_barcode ) %]<td>[% OVERDUE.barcode %]</td>[% END %] |
344 |
<td>[% OVERDUE.itemcallnumber %]</td> |
344 |
<td>[% OVERDUE.itemcallnumber %]</td> |
345 |
<td><span title="[% OVERDUE.date_due %]">[% OVERDUE.date_due | $KohaDates %]</span></td> |
345 |
<td><span title="[% OVERDUE.date_due %]">[% OVERDUE.date_due | $KohaDates with_hours => 1 %]</span></td> |
346 |
[% IF ( OpacRenewalAllowed ) %] |
346 |
[% IF ( OpacRenewalAllowed ) %] |
347 |
<td> |
347 |
<td> |
348 |
[% IF ( OVERDUE.debarred ) %]Account frozen |
348 |
[% IF ( OVERDUE.debarred ) %]Account frozen |
349 |
- |
|
|