Lines 333-339
Link Here
|
333 |
<caption>[% issues_count | html %] Item(s) checked out</caption> |
333 |
<caption>[% issues_count | html %] Item(s) checked out</caption> |
334 |
<thead> |
334 |
<thead> |
335 |
<tr> |
335 |
<tr> |
336 |
[% IF ( JacketImages ) %]<th class="nosort"> </th>[% END %] |
336 |
[% IF ( JacketImages ) %]<th class="NoSort"> </th>[% END %] |
337 |
<th class="all anti-the">Title</th> |
337 |
<th class="all anti-the">Title</th> |
338 |
<th>Author</th> |
338 |
<th>Author</th> |
339 |
<th class="psort">Due</th> |
339 |
<th class="psort">Due</th> |
Lines 351-361
Link Here
|
351 |
<th>Fines</th> |
351 |
<th>Fines</th> |
352 |
[% END %] |
352 |
[% END %] |
353 |
[% IF Koha.Preference('OPACMySummaryHTML') %] |
353 |
[% IF Koha.Preference('OPACMySummaryHTML') %] |
354 |
<th class="nosort">Links</th> |
354 |
<th class="NoSort">Links</th> |
355 |
[% END %] |
355 |
[% END %] |
356 |
[% IF ( Koha.Preference('AllowCheckoutNotes') ) %] |
356 |
[% IF ( Koha.Preference('AllowCheckoutNotes') ) %] |
357 |
<th class="hidden">Checkout note</th> |
357 |
<th class="hidden">Checkout note</th> |
358 |
<th id="checkout-notes" class="nosort noExport" title="Use this to report any problems with your currently checked out items">Report a problem</th> |
358 |
<th id="checkout-notes" class="NoSort noExport" title="Use this to report any problems with your currently checked out items">Report a problem</th> |
359 |
[% END %] |
359 |
[% END %] |
360 |
<th></th> |
360 |
<th></th> |
361 |
</tr> |
361 |
</tr> |
Lines 715-728
Link Here
|
715 |
<!-- OVERDUES TABLE ROWS --> |
715 |
<!-- OVERDUES TABLE ROWS --> |
716 |
<thead> |
716 |
<thead> |
717 |
<tr> |
717 |
<tr> |
718 |
[% IF ( JacketImages ) %]<th class="nosort"> </th>[% END %] |
718 |
[% IF ( JacketImages ) %]<th class="NoSort"> </th>[% END %] |
719 |
<th class="all anti-the">Title</th> |
719 |
<th class="all anti-the">Title</th> |
720 |
[% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %] |
720 |
[% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %] |
721 |
[% IF ( show_barcode ) %]<th>Barcode</th>[% END %] |
721 |
[% IF ( show_barcode ) %]<th>Barcode</th>[% END %] |
722 |
<th>Call number</th> |
722 |
<th>Call number</th> |
723 |
<th class="psort">Due</th> |
723 |
<th class="psort">Due</th> |
724 |
[% IF ( OpacRenewalAllowed ) %] |
724 |
[% IF ( OpacRenewalAllowed ) %] |
725 |
<th class="nosort">Renew</th> |
725 |
<th class="NoSort">Renew</th> |
726 |
[% END %] |
726 |
[% END %] |
727 |
[% IF ( OPACFinesTab ) %] |
727 |
[% IF ( OPACFinesTab ) %] |
728 |
<th>Fines</th> |
728 |
<th>Fines</th> |
Lines 846-852
Link Here
|
846 |
<th>Expires on</th> |
846 |
<th>Expires on</th> |
847 |
<th>Pickup location</th> |
847 |
<th>Pickup location</th> |
848 |
<th>Status</th> |
848 |
<th>Status</th> |
849 |
<th class="nosort"> </th> |
849 |
<th class="NoSort"> </th> |
850 |
<th></th> |
850 |
<th></th> |
851 |
</tr> |
851 |
</tr> |
852 |
</thead> |
852 |
</thead> |
Lines 1209-1215
Link Here
|
1209 |
"sorting" : [[ thIndex, 'asc' ]], |
1209 |
"sorting" : [[ thIndex, 'asc' ]], |
1210 |
"dom": '<"top"<"table_entries"><"table_controls"fB>>t', |
1210 |
"dom": '<"top"<"table_entries"><"table_controls"fB>>t', |
1211 |
"columnDefs": [ |
1211 |
"columnDefs": [ |
1212 |
{ "targets": [ "nosort" ],"orderable": false,"searchable": false }, |
|
|
1213 |
{ "type": "anti-the", "targets" : [ "anti-the" ] }, |
1212 |
{ "type": "anti-the", "targets" : [ "anti-the" ] }, |
1214 |
{ "visible": false, "targets" : [ "hidden" ] }, |
1213 |
{ "visible": false, "targets" : [ "hidden" ] }, |
1215 |
{ "className": 'dtr-control', "orderable": false, "targets": -1 } |
1214 |
{ "className": 'dtr-control', "orderable": false, "targets": -1 } |