Lines 337-343
Link Here
|
337 |
<caption>[% issues_count | html %] Item(s) checked out</caption> |
337 |
<caption>[% issues_count | html %] Item(s) checked out</caption> |
338 |
<thead> |
338 |
<thead> |
339 |
<tr> |
339 |
<tr> |
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 class="psort">Due</th> |
343 |
<th class="psort">Due</th> |
Lines 355-365
Link Here
|
355 |
<th>Fines</th> |
355 |
<th>Fines</th> |
356 |
[% END %] |
356 |
[% END %] |
357 |
[% IF Koha.Preference('OPACMySummaryHTML') %] |
357 |
[% IF Koha.Preference('OPACMySummaryHTML') %] |
358 |
<th class="nosort">Links</th> |
358 |
<th class="NoSort">Links</th> |
359 |
[% END %] |
359 |
[% END %] |
360 |
[% IF ( Koha.Preference('AllowCheckoutNotes') ) %] |
360 |
[% IF ( Koha.Preference('AllowCheckoutNotes') ) %] |
361 |
<th class="hidden">Checkout note</th> |
361 |
<th class="hidden">Checkout note</th> |
362 |
<th id="checkout-notes" class="nosort noExport" title="Use this to report any problems with your currently checked out items">Report a problem</th> |
362 |
<th id="checkout-notes" class="NoSort noExport" title="Use this to report any problems with your currently checked out items">Report a problem</th> |
363 |
[% END %] |
363 |
[% END %] |
364 |
<th></th> |
364 |
<th></th> |
365 |
</tr> |
365 |
</tr> |
Lines 728-741
Link Here
|
728 |
<!-- OVERDUES TABLE ROWS --> |
728 |
<!-- OVERDUES TABLE ROWS --> |
729 |
<thead> |
729 |
<thead> |
730 |
<tr> |
730 |
<tr> |
731 |
[% IF ( JacketImages ) %]<th class="nosort"> </th>[% END %] |
731 |
[% IF ( JacketImages ) %]<th class="NoSort"> </th>[% END %] |
732 |
<th class="all anti-the">Title</th> |
732 |
<th class="all anti-the">Title</th> |
733 |
[% UNLESS ( item_level_itypes ) %]<th>Item type</th>[% END %] |
733 |
[% UNLESS ( item_level_itypes ) %]<th>Item type</th>[% END %] |
734 |
[% IF ( show_barcode ) %]<th>Barcode</th>[% END %] |
734 |
[% IF ( show_barcode ) %]<th>Barcode</th>[% END %] |
735 |
<th>Call number</th> |
735 |
<th>Call number</th> |
736 |
<th class="psort">Due</th> |
736 |
<th class="psort">Due</th> |
737 |
[% IF ( OpacRenewalAllowed ) %] |
737 |
[% IF ( OpacRenewalAllowed ) %] |
738 |
<th class="nosort">Renew</th> |
738 |
<th class="NoSort">Renew</th> |
739 |
[% END %] |
739 |
[% END %] |
740 |
[% IF ( OPACFinesTab ) %] |
740 |
[% IF ( OPACFinesTab ) %] |
741 |
<th>Fines</th> |
741 |
<th>Fines</th> |
Lines 862-868
Link Here
|
862 |
<th>Expires on</th> |
862 |
<th>Expires on</th> |
863 |
<th>Pickup location</th> |
863 |
<th>Pickup location</th> |
864 |
<th>Status</th> |
864 |
<th>Status</th> |
865 |
<th class="nosort"> </th> |
865 |
<th class="NoSort"> </th> |
866 |
<th></th> |
866 |
<th></th> |
867 |
</tr> |
867 |
</tr> |
868 |
</thead> |
868 |
</thead> |
Lines 1208-1214
Link Here
|
1208 |
"sorting" : [[ thIndex, 'asc' ]], |
1208 |
"sorting" : [[ thIndex, 'asc' ]], |
1209 |
"dom": '<"top"<"table_entries"><"table_controls"fB>>t', |
1209 |
"dom": '<"top"<"table_entries"><"table_controls"fB>>t', |
1210 |
"columnDefs": [ |
1210 |
"columnDefs": [ |
1211 |
{ "targets": [ "nosort" ],"orderable": false,"searchable": false }, |
|
|
1212 |
{ "type": "anti-the", "targets" : [ "anti-the" ] }, |
1211 |
{ "type": "anti-the", "targets" : [ "anti-the" ] }, |
1213 |
{ "visible": false, "targets" : [ "hidden" ] }, |
1212 |
{ "visible": false, "targets" : [ "hidden" ] }, |
1214 |
{ "className": 'dtr-control', "orderable": false, "targets": -1 } |
1213 |
{ "className": 'dtr-control', "orderable": false, "targets": -1 } |