Lines 335-342
Link Here
|
335 |
[% IF ( JacketImages ) %]<th class="nosort"> </th>[% END %] |
335 |
[% IF ( JacketImages ) %]<th class="nosort"> </th>[% END %] |
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="datedue" class="psort">Due</th> |
338 |
<th id="duedate" data-colname="duedate" class="psort">Due</th> |
339 |
[% IF ( Koha.Preference('BiblioItemtypeInfo') || !item_level_itypes ) %] |
339 |
<th id="checkout_branch" data-colname="checkout_branch">Checkout branch</th> [% IF ( Koha.Preference('BiblioItemtypeInfo') || !item_level_itypes ) %] |
|
|
340 |
|
340 |
<th data-colname="itemtype">Item type</th> |
341 |
<th data-colname="itemtype">Item type</th> |
341 |
[% END %] |
342 |
[% END %] |
342 |
[% IF ( show_barcode ) %] |
343 |
[% IF ( show_barcode ) %] |
Lines 427-432
Link Here
|
427 |
[% ISSUE.date_due | $KohaDates as_due_date => 1 %] |
428 |
[% ISSUE.date_due | $KohaDates as_due_date => 1 %] |
428 |
</td> |
429 |
</td> |
429 |
[% END %] |
430 |
[% END %] |
|
|
431 |
<td class="checkout_branch" data-order="[% ISSUE.branchname | html %]">[% ISSUE.branchname | html %]</td> |
430 |
[% IF ( Koha.Preference('BiblioItemtypeInfo') || !item_level_itypes ) %] |
432 |
[% IF ( Koha.Preference('BiblioItemtypeInfo') || !item_level_itypes ) %] |
431 |
<td class="itype"> |
433 |
<td class="itype"> |
432 |
<span class="tdlabel">Item type:</span> |
434 |
<span class="tdlabel">Item type:</span> |