View | Details | Raw Unified | Return to bug 38984
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_to_pull.tt (-2 / +1 lines)
Lines 62-68 Link Here
62
                                <th class="recall-itemtypes">Available item types</th>
62
                                <th class="recall-itemtypes">Available item types</th>
63
                                <th class="recall-locations">Available locations</th>
63
                                <th class="recall-locations">Available locations</th>
64
                                <th class="recall-date title-string">Earliest recall date</th>
64
                                <th class="recall-date title-string">Earliest recall date</th>
65
                                <th class="recall-action nosort">&nbsp;</th>
65
                                <th class="recall-action NoSort">&nbsp;</th>
66
                            </tr>
66
                            </tr>
67
                        </thead>
67
                        </thead>
68
                        <tbody>
68
                        <tbody>
Lines 167-173 Link Here
167
        $(document).ready(function(){
167
        $(document).ready(function(){
168
            $("#recalls-table").kohaTable({
168
            $("#recalls-table").kohaTable({
169
                columnDefs: [
169
                columnDefs: [
170
                    { orderable: false, targets: ["nosort"] },
171
                    { type: "title-string", targets: ["title-string"] },
170
                    { type: "title-string", targets: ["title-string"] },
172
                    { type: "anti-the", targets: ["anti-the"] },
171
                    { type: "anti-the", targets: ["anti-the"] },
173
                ],
172
                ],
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_waiting.tt (-3 / +2 lines)
Lines 56-62 Link Here
56
                                            <th class="recall-title anti-the">Title</th>
56
                                            <th class="recall-title anti-the">Title</th>
57
                                            <th class="recall-patron">Requested by</th>
57
                                            <th class="recall-patron">Requested by</th>
58
                                            <th class="recall-library">Pickup location</th>
58
                                            <th class="recall-library">Pickup location</th>
59
                                            <th class="recall-action nosort">&nbsp;</th>
59
                                            <th class="recall-action NoSort">&nbsp;</th>
60
                                        </tr></thead>
60
                                        </tr></thead>
61
                                        <tbody>
61
                                        <tbody>
62
                                            [% FOREACH recall IN recalls %]<tr>
62
                                            [% FOREACH recall IN recalls %]<tr>
Lines 105-111 Link Here
105
                                                <th class="recall-title anti-the">Title</th>
105
                                                <th class="recall-title anti-the">Title</th>
106
                                                <th class="recall-patron">Requested by</th>
106
                                                <th class="recall-patron">Requested by</th>
107
                                                <th class="recall-library">Pickup location</th>
107
                                                <th class="recall-library">Pickup location</th>
108
                                                <th class="recall-action nosort">&nbsp;</th>
108
                                                <th class="recall-action NoSort">&nbsp;</th>
109
                                            </tr></thead>
109
                                            </tr></thead>
110
                                            <tbody>
110
                                            <tbody>
111
                                                [% FOREACH recall IN over %]<tr>
111
                                                [% FOREACH recall IN over %]<tr>
Lines 168-174 Link Here
168
        $(document).ready(function() {
168
        $(document).ready(function() {
169
            $("#recallswaiting-table, #recallsover-table").kohaTable({
169
            $("#recallswaiting-table, #recallsover-table").kohaTable({
170
                autoWidth: false,
170
                autoWidth: false,
171
                columnDefs: [{ orderable: false, targets: ["nosort"] }],
172
                pagingType: "full_numbers",
171
                pagingType: "full_numbers",
173
            });
172
            });
174
173
(-)a/koha-tmpl/intranet-tmpl/prog/js/recalls.js (-1 lines)
Lines 104-110 $(document).ready(function() { Link Here
104
104
105
        $("#recalls-table").kohaTable({
105
        $("#recalls-table").kohaTable({
106
            columnDefs: [
106
            columnDefs: [
107
                { orderable: false, targets: ["nosort"] },
108
                { type: "title-string", targets: ["title-string"] },
107
                { type: "title-string", targets: ["title-string"] },
109
                { type: "anti-the", targets: ["anti-the"] },
108
                { type: "anti-the", targets: ["anti-the"] },
110
            ],
109
            ],
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt (-2 / +1 lines)
Lines 40-46 Link Here
40
                                            <th>Pickup location</th>
40
                                            <th>Pickup location</th>
41
                                            <th>Status</th>
41
                                            <th>Status</th>
42
                                            <th>Due date</th>
42
                                            <th>Due date</th>
43
                                            <th class="nosort">Modify</th>
43
                                            <th class="NoSort">Modify</th>
44
                                            <th></th>
44
                                            <th></th>
45
                                        </tr>
45
                                        </tr>
46
                                    </thead>
46
                                    </thead>
Lines 140-146 Link Here
140
                    details: { type: "column", target: -1 },
140
                    details: { type: "column", target: -1 },
141
                },
141
                },
142
                columnDefs: [
142
                columnDefs: [
143
                    { targets: ["nosort"], orderable: false, searchable: false },
144
                    { type: "anti-the", targets: ["anti-the"] },
143
                    { type: "anti-the", targets: ["anti-the"] },
145
                    { className: "dtr-control", orderable: false, targets: -1 },
144
                    { className: "dtr-control", orderable: false, targets: -1 },
146
                ],
145
                ],
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-7 / +6 lines)
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">&nbsp;</th>[% END %]
336
                                                    [% IF ( JacketImages ) %]<th class="NoSort">&nbsp;</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">&nbsp;</th>[% END %]
718
                                                [% IF ( JacketImages ) %]<th class="NoSort">&nbsp;</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">&nbsp;</th>
849
                                                <th class="NoSort">&nbsp;</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 }
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-3 / +1 lines)
Lines 361-367 Link Here
361
                                                        <th class="all anti-the">Title</th>
361
                                                        <th class="all anti-the">Title</th>
362
                                                        <th>Call number</th>
362
                                                        <th>Call number</th>
363
                                                        <th class="psort">Due</th>
363
                                                        <th class="psort">Due</th>
364
                                                        <th class="all nosort">Renew</th>
364
                                                        <th class="all NoSort">Renew</th>
365
                                                        [% UNLESS ( nofines ) %]
365
                                                        [% UNLESS ( nofines ) %]
366
                                                            <th>Fines</th>
366
                                                            <th>Fines</th>
367
                                                        [% END %]
367
                                                        [% END %]
Lines 603-609 Link Here
603
                    sorting: [[thIndex, "asc"]],
603
                    sorting: [[thIndex, "asc"]],
604
                    dom: '<"top"<"table_entries"><"table_controls"f>>t<"clear">',
604
                    dom: '<"top"<"table_entries"><"table_controls"f>>t<"clear">',
605
                    columnDefs: [
605
                    columnDefs: [
606
                        { targets: ["nosort"], orderable: false, searchable: false },
607
                        { targets: ["noshow"], visible: false, searchable: false },
606
                        { targets: ["noshow"], visible: false, searchable: false },
608
                        { type: "anti-the", targets: ["anti-the"] },
607
                        { type: "anti-the", targets: ["anti-the"] },
609
                        { visible: false, targets: ["hidden"] },
608
                        { visible: false, targets: ["hidden"] },
610
- 

Return to bug 38984