Lines 340-345
Link Here
|
340 |
[% IF ( JacketImages ) %]<th class="nosort"> </th>[% END %] |
340 |
[% IF ( JacketImages ) %]<th class="nosort"> </th>[% END %] |
341 |
<th class="all anti-the">Title</th> |
341 |
<th class="all anti-the">Title</th> |
342 |
<th>Author</th> |
342 |
<th>Author</th> |
|
|
343 |
<th>Checked out on</th> |
343 |
<th class="psort">Due</th> |
344 |
<th class="psort">Due</th> |
344 |
[% IF ( Koha.Preference('BiblioItemtypeInfo') || !item_level_itypes ) %] |
345 |
[% IF ( Koha.Preference('BiblioItemtypeInfo') || !item_level_itypes ) %] |
345 |
<th>Item type</th> |
346 |
<th>Item type</th> |
Lines 428-433
Link Here
|
428 |
</td> |
429 |
</td> |
429 |
|
430 |
|
430 |
<td class="author">[% ISSUE.author | html %]</td> |
431 |
<td class="author">[% ISSUE.author | html %]</td> |
|
|
432 |
<td class="checkout_date" data-order="[% ISSUE.issuedate | html %]"> [% ISSUE.issuedate | $KohaDates as_due_date => 1 %] </td> |
431 |
[% IF ( ISSUE.overdue ) %] |
433 |
[% IF ( ISSUE.overdue ) %] |
432 |
<td class="date_due overdue" data-order="[% ISSUE.date_due | html %]"> [% ISSUE.date_due | $KohaDates as_due_date => 1 %] </td> |
434 |
<td class="date_due overdue" data-order="[% ISSUE.date_due | html %]"> [% ISSUE.date_due | $KohaDates as_due_date => 1 %] </td> |
433 |
[% ELSE %] |
435 |
[% ELSE %] |
Lines 710-716
Link Here
|
710 |
<td> [% c.item.barcode | html %] </td> |
712 |
<td> [% c.item.barcode | html %] </td> |
711 |
|
713 |
|
712 |
<td> [% c.item.itemcallnumber | html %] </td> |
714 |
<td> [% c.item.itemcallnumber | html %] </td> |
713 |
|
|
|
714 |
<td> [% r.firstname | html %] [% r.surname | html %] </td> |
715 |
<td> [% r.firstname | html %] [% r.surname | html %] </td> |
715 |
<td></td> |
716 |
<td></td> |
716 |
</tr> |
717 |
</tr> |
Lines 733-738
Link Here
|
733 |
[% UNLESS ( item_level_itypes ) %]<th>Item type</th>[% END %] |
734 |
[% UNLESS ( item_level_itypes ) %]<th>Item type</th>[% END %] |
734 |
[% IF ( show_barcode ) %]<th>Barcode</th>[% END %] |
735 |
[% IF ( show_barcode ) %]<th>Barcode</th>[% END %] |
735 |
<th>Call number</th> |
736 |
<th>Call number</th> |
|
|
737 |
<th>Checked out on</th> |
736 |
<th class="psort">Due</th> |
738 |
<th class="psort">Due</th> |
737 |
[% IF ( OpacRenewalAllowed ) %] |
739 |
[% IF ( OpacRenewalAllowed ) %] |
738 |
<th class="nosort">Renew</th> |
740 |
<th class="nosort">Renew</th> |
Lines 803-808
Link Here
|
803 |
<td> [% OVERDUE.barcode | html %] </td> |
805 |
<td> [% OVERDUE.barcode | html %] </td> |
804 |
[% END %] |
806 |
[% END %] |
805 |
<td> [% OVERDUE.itemcallnumber | html %] </td> |
807 |
<td> [% OVERDUE.itemcallnumber | html %] </td> |
|
|
808 |
<td data-order="[% OVERDUE.issuedate | html %]"> [% OVERDUE.issuedate | $KohaDates as_due_date => 1 %] </td> |
806 |
<td data-order="[% OVERDUE.date_due | html %]"> [% OVERDUE.date_due | $KohaDates as_due_date => 1 %] </td> |
809 |
<td data-order="[% OVERDUE.date_due | html %]"> [% OVERDUE.date_due | $KohaDates as_due_date => 1 %] </td> |
807 |
[% IF ( OpacRenewalAllowed ) %] |
810 |
[% IF ( OpacRenewalAllowed ) %] |
808 |
<td> |
811 |
<td> |
809 |
- |
|
|