Lines 336-342
Link Here
|
336 |
<th id="title" data-colname="title" class="all anti-the">Title</th> |
336 |
<th id="title" data-colname="title" class="all anti-the">Title</th> |
337 |
<th id="author" data-colname="author">Author</th> |
337 |
<th id="author" data-colname="author">Author</th> |
338 |
<th id="duedate" data-colname="duedate" class="psort">Due</th> |
338 |
<th id="duedate" data-colname="duedate" class="psort">Due</th> |
339 |
<th id="checkout_branch" data-colname="checkout_branch">Checkout branch</th> [% IF ( Koha.Preference('BiblioItemtypeInfo') || !item_level_itypes ) %] |
339 |
<th id="checkout_branch" data-colname="checkout_branch">Checkout branch</th> |
|
|
340 |
[% IF ( Koha.Preference('BiblioItemtypeInfo') || !item_level_itypes ) %] |
340 |
|
341 |
|
341 |
<th data-colname="itemtype">Item type</th> |
342 |
<th data-colname="itemtype">Item type</th> |
342 |
[% END %] |
343 |
[% END %] |
Lines 728-733
Link Here
|
728 |
[% IF ( show_barcode ) %]<th data-colname="barcode">Barcode</th>[% END %] |
729 |
[% IF ( show_barcode ) %]<th data-colname="barcode">Barcode</th>[% END %] |
729 |
<th data-colname="callnumber">Call number</th> |
730 |
<th data-colname="callnumber">Call number</th> |
730 |
<th data-colname="duedate" class="psort">Due</th> |
731 |
<th data-colname="duedate" class="psort">Due</th> |
|
|
732 |
<th data-colname="checkout_branch">Checkout branch</th> |
731 |
[% IF ( OpacRenewalAllowed ) %] |
733 |
[% IF ( OpacRenewalAllowed ) %] |
732 |
<th data-colname="renew" class="nosort">Renew</th> |
734 |
<th data-colname="renew" class="nosort">Renew</th> |
733 |
[% END %] |
735 |
[% END %] |
Lines 799-804
Link Here
|
799 |
<span class="tdlabel">Date due:</span> |
801 |
<span class="tdlabel">Date due:</span> |
800 |
[% OVERDUE.date_due | $KohaDates as_due_date => 1 %] |
802 |
[% OVERDUE.date_due | $KohaDates as_due_date => 1 %] |
801 |
</td> |
803 |
</td> |
|
|
804 |
<td class="checkout_branch" data-order="[% OVERDUE.branchname | html %]">[% OVERDUE.branchname | html %]</td> |
802 |
[% IF ( OpacRenewalAllowed ) %] |
805 |
[% IF ( OpacRenewalAllowed ) %] |
803 |
<td> |
806 |
<td> |
804 |
[% IF ( OVERDUE.debarred ) %] |
807 |
[% IF ( OVERDUE.debarred ) %] |
805 |
- |
|
|