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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/clubs-table.inc (-1 / +1 lines)
Lines 17-23 Link Here
17
            <th>End date</th>
17
            <th>End date</th>
18
            <th>Enrolled patrons</th>
18
            <th>Enrolled patrons</th>
19
            [% UNLESS destination == 'holds' %]
19
            [% UNLESS destination == 'holds' %]
20
                <th>&nbsp;</th>
20
                <th class="NoSort">&nbsp;</th>
21
            [% END %]
21
            [% END %]
22
        </tr>
22
        </tr>
23
    </thead>
23
    </thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-3 / +2 lines)
Lines 261-267 Link Here
261
                                            <th>Billing place</th>
261
                                            <th>Billing place</th>
262
                                            <th>Delivery place</th>
262
                                            <th>Delivery place</th>
263
                                            <th>Number of baskets</th>
263
                                            <th>Number of baskets</th>
264
                                            <th>Action</th>
264
                                            <th class="NoSort">Action</th>
265
                                        </tr>
265
                                        </tr>
266
                                    </thead>
266
                                    </thead>
267
                                    <tbody>
267
                                    <tbody>
Lines 313-319 Link Here
313
                                            <th>Billing place</th>
313
                                            <th>Billing place</th>
314
                                            <th>Delivery place</th>
314
                                            <th>Delivery place</th>
315
                                            <th>Number of baskets</th>
315
                                            <th>Number of baskets</th>
316
                                            <th>Action</th>
316
                                            <th class="NoSort">Action</th>
317
                                        </tr>
317
                                        </tr>
318
                                    </thead>
318
                                    </thead>
319
                                    <tbody>
319
                                    <tbody>
Lines 400-406 Link Here
400
            [% END %]
400
            [% END %]
401
            [% UNLESS ( grouping ) %]
401
            [% UNLESS ( grouping ) %]
402
                let dt_params = {
402
                let dt_params = {
403
                    columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
404
                    autoWidth: false,
403
                    autoWidth: false,
405
                    pagingType: "full",
404
                    pagingType: "full",
406
                };
405
                };
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-2 / +1 lines)
Lines 134-140 Link Here
134
                                    <th>Basket group</th>
134
                                    <th>Basket group</th>
135
                                    <th>Internal note</th>
135
                                    <th>Internal note</th>
136
                                    <th>Closed</th>
136
                                    <th>Closed</th>
137
                                    <th class="noExport">Actions</th>
137
                                    <th class="noExport NoSort">Actions</th>
138
                                </tr>
138
                                </tr>
139
                            </thead>
139
                            </thead>
140
                            <tbody>
140
                            <tbody>
Lines 269-275 Link Here
269
                searching: false,
269
                searching: false,
270
                info: false,
270
                info: false,
271
                order: [[1, "asc"]],
271
                order: [[1, "asc"]],
272
                columnDefs: [{ targets: [-1], orderable: false }],
273
            });
272
            });
274
            $("#supplierlist").change(function() {
273
            $("#supplierlist").change(function() {
275
                var id = $(this).find("option:selected").val();
274
                var id = $(this).find("option:selected").val();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-3 / +2 lines)
Lines 59-65 Link Here
59
                                        [% IF CAN_user_acquisition_merge_invoices %]
59
                                        [% IF CAN_user_acquisition_merge_invoices %]
60
                                            <th>&nbsp;</th>
60
                                            <th>&nbsp;</th>
61
                                        [% END %]
61
                                        [% END %]
62
                                        <th>&nbsp;</th>
62
                                        <th class="NoSort">&nbsp;</th>
63
                                        <th>Invoice number</th>
63
                                        <th>Invoice number</th>
64
                                        <th>Vendor</th>
64
                                        <th>Vendor</th>
65
                                        <th>Shipment date</th>
65
                                        <th>Shipment date</th>
Lines 67-73 Link Here
67
                                        <th>Received bibliographic records</th>
67
                                        <th>Received bibliographic records</th>
68
                                        <th>Received items</th>
68
                                        <th>Received items</th>
69
                                        <th>Status</th>
69
                                        <th>Status</th>
70
                                        <th>&nbsp;</th>
70
                                        <th class="NoSort">&nbsp;</th>
71
                                    </tr>
71
                                    </tr>
72
                                </thead>
72
                                </thead>
73
                                <tbody>
73
                                <tbody>
Lines 443-449 Link Here
443
            var resultst = $("table.result").kohaTable({
443
            var resultst = $("table.result").kohaTable({
444
                paging: false,
444
                paging: false,
445
                columnDefs: [
445
                columnDefs: [
446
                    { orderable: false, targets: [1, -1] },
447
                    { visible: false, targets: [0] },
446
                    { visible: false, targets: [0] },
448
                ],
447
                ],
449
                autoWidth: false,
448
                autoWidth: false,
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt (-2 / +1 lines)
Lines 61-67 Link Here
61
                    <th>Price</th>
61
                    <th>Price</th>
62
                    <th>Quantity</th>
62
                    <th>Quantity</th>
63
                    <th>Total</th>
63
                    <th>Total</th>
64
                    <th>&nbsp;</th>
64
                    <th class="NoSort">&nbsp;</th>
65
                </tr>
65
                </tr>
66
                </thead>
66
                </thead>
67
                <tbody>
67
                <tbody>
Lines 134-140 Link Here
134
        var suggestionst = $("#suggestionst").kohaTable({
134
        var suggestionst = $("#suggestionst").kohaTable({
135
            columnDefs: [
135
            columnDefs: [
136
                { targets: [0], visible: false, searchable: true }, // must be searchable for filtering
136
                { targets: [0], visible: false, searchable: true }, // must be searchable for filtering
137
                { targets: [-1], orderable: false, searchable: false },
138
            ],
137
            ],
139
            pagingType: "full",
138
            pagingType: "full",
140
        });
139
        });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-3 / +2 lines)
Lines 163-176 Link Here
163
          <th>Order line</th>
163
          <th>Order line</th>
164
          <th title="Item holds / Total holds">Holds</th>
164
          <th title="Item holds / Total holds">Holds</th>
165
          <th>Summary</th>
165
          <th>Summary</th>
166
          <th>More</th>
166
          <th class="NoSort">More</th>
167
          <th>Replacement price</th>
167
          <th>Replacement price</th>
168
          <th>Quantity</th>
168
          <th>Quantity</th>
169
          <th>Fund</th>
169
          <th>Fund</th>
170
          <th>Est cost</th>
170
          <th>Est cost</th>
171
          <th>Actual cost</th>
171
          <th>Actual cost</th>
172
          <th>TOTAL</th>
172
          <th>TOTAL</th>
173
          <th></th>
173
          <th class="NoSort"></th>
174
        </tr>
174
        </tr>
175
      </thead>
175
      </thead>
176
    <tfoot>
176
    <tfoot>
Lines 379-385 Link Here
379
                        [5, 10, 20, 50, 100, -1],
379
                        [5, 10, 20, 50, 100, -1],
380
                        [5, 10, 20, 50, 100, _("All")],
380
                        [5, 10, 20, 50, 100, _("All")],
381
                    ],
381
                    ],
382
                    columnDefs: [{ targets: [5, -1], orderable: false, searchable: false }],
383
                    columns: [
382
                    columns: [
384
                        { type: "html" },
383
                        { type: "html" },
385
                        { type: "html" },
384
                        { type: "html" },
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-3 / +2 lines)
Lines 187-195 tr.selected td { Link Here
187
        <th>ISBN</th>
187
        <th>ISBN</th>
188
        <th>LCCN</th>
188
        <th>LCCN</th>
189
        [% IF ( Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' ) %]
189
        [% IF ( Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' ) %]
190
            <th>Additional fields</th>
190
            <th class="NoSort">Additional fields</th>
191
        [% END %]
191
        [% END %]
192
        <th>Actions</th>
192
        <th class="NoSort">Actions</th>
193
    </tr></thead>
193
    </tr></thead>
194
    <tbody>[% FOREACH breeding_loo IN breeding_loop %]
194
    <tbody>[% FOREACH breeding_loo IN breeding_loop %]
195
        [% IF ( breeding_loo.breedingid ) %]
195
        [% IF ( breeding_loo.breedingid ) %]
Lines 313-319 tr.selected td { Link Here
313
        $(document).ready(function(){
313
        $(document).ready(function(){
314
            var resultst = $("#resultst").kohaTable({
314
            var resultst = $("#resultst").kohaTable({
315
                columnDefs: [
315
                columnDefs: [
316
                    { targets: [-1, -2], orderable: false, searchable: false },
317
                    { targets: [1], type: "nsb-nse" },
316
                    { targets: [1], type: "nsb-nse" },
318
                ],
317
                ],
319
                order: [[1, "asc"]],
318
                order: [[1, "asc"]],
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-3 / +2 lines)
Lines 478-484 Link Here
478
                                <th>End date</th>
478
                                <th>End date</th>
479
                                <th>Locked</th>
479
                                <th>Locked</th>
480
                                <th>Total</th>
480
                                <th>Total</th>
481
                                <th class="noExport">Actions</th>
481
                                <th class="noExport NoSort">Actions</th>
482
                            </tr>
482
                            </tr>
483
                        </thead>
483
                        </thead>
484
                        <tbody>
484
                        <tbody>
Lines 515-521 Link Here
515
                                <th>End date</th>
515
                                <th>End date</th>
516
                                <th>Locked</th>
516
                                <th>Locked</th>
517
                                <th>Total</th>
517
                                <th>Total</th>
518
                                <th class="noExport">Actions</th>
518
                                <th class="noExport NoSort">Actions</th>
519
                            </tr>
519
                            </tr>
520
                        </thead>
520
                        </thead>
521
                        <tbody>
521
                        <tbody>
Lines 566-572 Link Here
566
            [% END %]
566
            [% END %]
567
567
568
            let dt_params = {
568
            let dt_params = {
569
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
570
                pagingType: "full",
569
                pagingType: "full",
571
                autoWidth: false,
570
                autoWidth: false,
572
            };
571
            };
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-2 / +1 lines)
Lines 254-260 Link Here
254
            <th>Repeatable</th>
254
            <th>Repeatable</th>
255
            <th>Mandatory</th>
255
            <th>Mandatory</th>
256
            <th>Authorized<br />value</th>
256
            <th>Authorized<br />value</th>
257
            <th>&nbsp;</th>
257
            <th class="NoSort">&nbsp;</th>
258
        </tr>
258
        </tr>
259
    </thead>
259
    </thead>
260
    <tbody>
260
    <tbody>
Lines 299-305 Link Here
299
    <script>
299
    <script>
300
        $(document).ready(function() {
300
        $(document).ready(function() {
301
            $("#table_authtagstructure").kohaTable({
301
            $("#table_authtagstructure").kohaTable({
302
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
303
                pagingType: "full",
302
                pagingType: "full",
304
            });
303
            });
305
        });
304
        });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt (-2 / +1 lines)
Lines 79-85 Link Here
79
                        <thead>
79
                        <thead>
80
                            <tr>
80
                            <tr>
81
                                <th>Library</th>
81
                                <th>Library</th>
82
                                <th>Allow transfer?</th>
82
                                <th class="NoSort">Allow transfer?</th>
83
                            </tr>
83
                            </tr>
84
                        </thead>
84
                        </thead>
85
85
Lines 170-176 Link Here
170
170
171
            [% FOREACH codes_loo IN codes_loop %]
171
            [% FOREACH codes_loo IN codes_loop %]
172
                $("#[% codes_loo.code | html %]table").kohaTable({
172
                $("#[% codes_loo.code | html %]table").kohaTable({
173
                    columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
174
                    paginate: false,
173
                    paginate: false,
175
                });
174
                });
176
            [% END %]
175
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt (-3 / +2 lines)
Lines 175-182 Link Here
175
                           <th>Description</th>
175
                           <th>Description</th>
176
                           <th>Library</th>
176
                           <th>Library</th>
177
                           <th>Library default</th>
177
                           <th>Library default</th>
178
                           <th>Initial float</th>
178
                           <th class="NoSort">Initial float</th>
179
                           <th class="noExport">Actions</th>
179
                           <th class="noExport NoSort">Actions</th>
180
                       </thead>
180
                       </thead>
181
                       <tbody>
181
                       <tbody>
182
                       [% FOREACH cash_register IN cash_registers %]
182
                       [% FOREACH cash_register IN cash_registers %]
Lines 248-254 Link Here
248
    <script>
248
    <script>
249
    $(document).ready(function() {
249
    $(document).ready(function() {
250
        var crtable = $("#table_cash_registers").kohaTable({
250
        var crtable = $("#table_cash_registers").kohaTable({
251
            columnDefs: [{ targets: [-1, -2], orderable: false, searchable: false }],
252
            order: [[1, "asc"]],
251
            order: [[1, "asc"]],
253
            paginationType: "full",
252
            paginationType: "full",
254
        });
253
        });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt (-2 / +1 lines)
Lines 51-57 Link Here
51
    <th>Tag</th>
51
    <th>Tag</th>
52
    <th>Subfield</th>
52
    <th>Subfield</th>
53
    <th>Lib</th>
53
    <th>Lib</th>
54
    <th>&nbsp;</th>
54
    <th class="NoSort">&nbsp;</th>
55
</tr></thead>
55
</tr></thead>
56
<tbody>
56
<tbody>
57
[% FOREACH loo IN loop %]
57
[% FOREACH loo IN loop %]
Lines 115-121 Link Here
115
        }
115
        }
116
        $(document).ready(function() {
116
        $(document).ready(function() {
117
            $("#kohafields").kohaTable({
117
            $("#kohafields").kohaTable({
118
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
119
                paging: false,
118
                paging: false,
120
            });
119
            });
121
120
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-2 / +1 lines)
Lines 253-259 Link Here
253
        <th>Auth value</th>
253
        <th>Auth value</th>
254
        <th>Indicator 1</th>
254
        <th>Indicator 1</th>
255
        <th>Indicator 2</th>
255
        <th>Indicator 2</th>
256
        <th>&nbsp;</th>
256
        <th class="NoSort">&nbsp;</th>
257
        </tr>
257
        </tr>
258
    </thead>
258
    </thead>
259
    <tbody>
259
    <tbody>
Lines 312-318 Link Here
312
    <script>
312
    <script>
313
        $(document).ready(function() {
313
        $(document).ready(function() {
314
            $("#table_marctagstructure").kohaTable({
314
            $("#table_marctagstructure").kohaTable({
315
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
316
                pagingType: "full",
315
                pagingType: "full",
317
            });
316
            });
318
            $("#select_display").on("change",function(){
317
            $("#select_display").on("change",function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt (-2 / +1 lines)
Lines 47-53 Link Here
47
                            <thead>
47
                            <thead>
48
                                <tr>
48
                                <tr>
49
                                    <th>Library</th>
49
                                    <th>Library</th>
50
                                    <th>Authname</th>
50
                                    <th class="NoSort">Authname</th>
51
                                </tr>
51
                                </tr>
52
                            </thead>
52
                            </thead>
53
                            <tbody>
53
                            <tbody>
Lines 85-91 Link Here
85
    <script>
85
    <script>
86
        $(document).ready(function() {
86
        $(document).ready(function() {
87
            $("#od_info").kohaTable({
87
            $("#od_info").kohaTable({
88
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
89
                pagingType: "full",
88
                pagingType: "full",
90
            });
89
            });
91
        });
90
        });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-4 / +3 lines)
Lines 319-327 Link Here
319
        <table id="sysprefst">
319
        <table id="sysprefst">
320
        <thead><tr>
320
        <thead><tr>
321
        <th>Preference</th>
321
        <th>Preference</th>
322
        <th>Explanation</th>
322
        <th class="NoSort">Explanation</th>
323
        <th>Value</th>
323
        <th class="NoSort">Value</th>
324
        <th class="noExport">Actions</th>
324
        <th class="noExport NoSort">Actions</th>
325
        </tr></thead>
325
        </tr></thead>
326
    [% END %]
326
    [% END %]
327
    <tbody>[% FOREACH loo IN loop %]
327
    <tbody>[% FOREACH loo IN loop %]
Lines 465-471 Link Here
465
                [% IF ( loop ) %]
465
                [% IF ( loop ) %]
466
                    $("#sysprefst").kohaTable({
466
                    $("#sysprefst").kohaTable({
467
                        dom: '<"top pager"ilf>t',
467
                        dom: '<"top pager"ilf>t',
468
                        columnDefs: [{ targets: [-1, -2, -3], orderable: false }],
469
                        paginate: false,
468
                        paginate: false,
470
                    });
469
                    });
471
                [% END %]
470
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-2 / +1 lines)
Lines 224-230 Link Here
224
    <div class="page-section">
224
    <div class="page-section">
225
    <table id="serverst">
225
    <table id="serverst">
226
226
227
        <thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Attributes</th><th class="noExport">Actions</th>
227
        <thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Attributes</th><th class="noExport NoSort">Actions</th>
228
        </tr></thead>
228
        </tr></thead>
229
        <tbody>
229
        <tbody>
230
        [% FOREACH loo IN loop %]
230
        [% FOREACH loo IN loop %]
Lines 327-333 Link Here
327
        [% ELSE %]
327
        [% ELSE %]
328
            $(document).ready(function() {
328
            $(document).ready(function() {
329
                $("#serverst").kohaTable({
329
                $("#serverst").kohaTable({
330
                    columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
331
                    pagingType: "full",
330
                    pagingType: "full",
332
                });
331
                });
333
                $(".delete").on("click",function(e){
332
                $(".delete").on("click",function(e){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt (-5 / +4 lines)
Lines 63-69 Link Here
63
                                <table class="historyt">
63
                                <table class="historyt">
64
                                    <thead>
64
                                    <thead>
65
                                        <tr>
65
                                        <tr>
66
                                            <th></th>
66
                                            <th class="NoSort"></th>
67
                                            <th>Date</th>
67
                                            <th>Date</th>
68
                                            <th>Search</th>
68
                                            <th>Search</th>
69
                                            <th>Results</th>
69
                                            <th>Results</th>
Lines 105-111 Link Here
105
                                <table class="historyt">
105
                                <table class="historyt">
106
                                    <thead>
106
                                    <thead>
107
                                        <tr>
107
                                        <tr>
108
                                            <th></th>
108
                                            <th class="NoSort"></th>
109
                                            <th>Date</th>
109
                                            <th>Date</th>
110
                                            <th>Search</th>
110
                                            <th>Search</th>
111
                                            <th>Results</th>
111
                                            <th>Results</th>
Lines 149-155 Link Here
149
                                <table class="historyt">
149
                                <table class="historyt">
150
                                    <thead>
150
                                    <thead>
151
                                        <tr>
151
                                        <tr>
152
                                            <th></th>
152
                                            <th class="NoSort"></th>
153
                                            <th>Date</th>
153
                                            <th>Date</th>
154
                                            <th>Search</th>
154
                                            <th>Search</th>
155
                                            <th>Results</th>
155
                                            <th>Results</th>
Lines 191-197 Link Here
191
                                <table class="historyt">
191
                                <table class="historyt">
192
                                    <thead>
192
                                    <thead>
193
                                        <tr>
193
                                        <tr>
194
                                            <th></th>
194
                                            <th class="NoSort"></th>
195
                                            <th>Date</th>
195
                                            <th>Date</th>
196
                                            <th>Search</th>
196
                                            <th>Search</th>
197
                                            <th>Results</th>
197
                                            <th>Results</th>
Lines 229-235 Link Here
229
        // (so that the more recent query is shown first)
229
        // (so that the more recent query is shown first)
230
        $(".historyt").kohaTable({
230
        $(".historyt").kohaTable({
231
            order: [[1, "desc"]],
231
            order: [[1, "desc"]],
232
            columnDefs: [{ targets: [0], orderable: false, searchable: false }],
233
            pagingType: "full_numbers",
232
            pagingType: "full_numbers",
234
        });
233
        });
235
234
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-2 / +1 lines)
Lines 87-93 Link Here
87
        [% IF Koha.Preference('AdditionalFieldsInZ3950ResultAuthSearch') %]
87
        [% IF Koha.Preference('AdditionalFieldsInZ3950ResultAuthSearch') %]
88
            <th>Additional fields</th>
88
            <th>Additional fields</th>
89
        [% END %]
89
        [% END %]
90
        <th class="noExport">Actions</th>
90
        <th class="noExport NoSort">Actions</th>
91
    </tr></thead>
91
    </tr></thead>
92
    <tbody>[% FOREACH breeding_loo IN breeding_loop %]
92
    <tbody>[% FOREACH breeding_loo IN breeding_loop %]
93
        [% IF ( breeding_loo.breedingid ) %]
93
        [% IF ( breeding_loo.breedingid ) %]
Lines 235-241 Link Here
235
        $(document).ready(function(){
235
        $(document).ready(function(){
236
            $("#resultst").kohaTable({
236
            $("#resultst").kohaTable({
237
                dom: "t",
237
                dom: "t",
238
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
239
                order: [[1, "asc"]],
238
                order: [[1, "asc"]],
240
                paginate: false,
239
                paginate: false,
241
            });
240
            });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt (-12 / +6 lines)
Lines 219-225 Link Here
219
                                        <th class="ar-urls">URLs</th>
219
                                        <th class="ar-urls">URLs</th>
220
                                        <th class="ar-patron">Patron</th>
220
                                        <th class="ar-patron">Patron</th>
221
                                        <th class="ar-date">Date</th>
221
                                        <th class="ar-date">Date</th>
222
                                        <th class="ar-actions noExport">Actions</th>
222
                                        <th class="ar-actions noExport NoSort">Actions</th>
223
                                    </tr>
223
                                    </tr>
224
                                </thead>
224
                                </thead>
225
225
Lines 326-332 Link Here
326
                                        <th class="ar-urls">URLs</th>
326
                                        <th class="ar-urls">URLs</th>
327
                                        <th class="ar-patron">Patron</th>
327
                                        <th class="ar-patron">Patron</th>
328
                                        <th class="ar-date">Date</th>
328
                                        <th class="ar-date">Date</th>
329
                                        <th class="ar-actions noExport">Actions</th>
329
                                        <th class="ar-actions noExport NoSort">Actions</th>
330
                                    </tr>
330
                                    </tr>
331
                                </thead>
331
                                </thead>
332
332
Lines 432-438 Link Here
432
                                        <th class="ar-urls">URLs</th>
432
                                        <th class="ar-urls">URLs</th>
433
                                        <th class="ar-patron">Patron</th>
433
                                        <th class="ar-patron">Patron</th>
434
                                        <th class="ar-date">Date</th>
434
                                        <th class="ar-date">Date</th>
435
                                        <th class="ar-actions noExport">Actions</th>
435
                                        <th class="ar-actions noExport NoSort">Actions</th>
436
                                    </tr>
436
                                    </tr>
437
                                </thead>
437
                                </thead>
438
438
Lines 582-596 Link Here
582
                if( link.length > 0 ) link[0].focus();
582
                if( link.length > 0 ) link[0].focus();
583
            });
583
            });
584
584
585
            requested_datatable = $("#article-requests-requested-table").kohaTable({
585
            requested_datatable = $("#article-requests-requested-table").kohaTable();
586
                columnDefs: [{ targets: [0, -1], orderable: false, searchable: false }],
586
            pending_datatable = $("#article-requests-pending-table").kohaTable();
587
            });
587
            processing_datatable = $("#article-requests-processing-table").kohaTable();
588
            pending_datatable = $("#article-requests-pending-table").kohaTable({
589
                columnDefs: [{ targets: [0, -1], orderable: false, searchable: false }],
590
            });
591
            processing_datatable = $("#article-requests-processing-table").kohaTable({
592
                columnDefs: [{ targets: [0, -1], orderable: false, searchable: false }],
593
            });
594
            active_datatable = requested_datatable;
588
            active_datatable = requested_datatable;
595
            activateBatchActions( active_tab );
589
            activateBatchActions( active_tab );
596
            $(".starthidden").show();
590
            $(".starthidden").show();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt (-4 / +1 lines)
Lines 63-69 Link Here
63
                                                    <th>On loan</th>
63
                                                    <th>On loan</th>
64
                                                    <th>Home library</th>
64
                                                    <th>Home library</th>
65
                                                    <th>Call number</th>
65
                                                    <th>Call number</th>
66
                                                    <th>Actions</th>
66
                                                    <th class="NoSort">Actions</th>
67
                                                </tr>
67
                                                </tr>
68
                                            </thead>
68
                                            </thead>
69
                                            <tbody>
69
                                            <tbody>
Lines 121-129 Link Here
121
        $(document).ready(function() {
121
        $(document).ready(function() {
122
            [% FOREACH library IN libraries %]
122
            [% FOREACH library IN libraries %]
123
                $("#transferst[% library.branchcode | html %]").kohaTable({
123
                $("#transferst[% library.branchcode | html %]").kohaTable({
124
                    columnDefs: [
125
                        { targets: [-1], orderable: false, searchable: false },
126
                    ],
127
                    dom: "t",
124
                    dom: "t",
128
                    paginate: false,
125
                    paginate: false,
129
                });
126
                });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-4 / +1 lines)
Lines 59-65 Link Here
59
                <th>On hold for</th>
59
                <th>On hold for</th>
60
                <th>Home library</th>
60
                <th>Home library</th>
61
                <th>Call number</th>
61
                <th>Call number</th>
62
                <th>&nbsp;</th>
62
                <th class="NoSort">&nbsp;</th>
63
            </tr></thead>
63
            </tr></thead>
64
            <tbody>[% FOREACH reser IN branchesloo.reserv %]
64
            <tbody>[% FOREACH reser IN branchesloo.reserv %]
65
                [% IF ( reser.messcompa ) %]
65
                [% IF ( reser.messcompa ) %]
Lines 125-133 Link Here
125
        $(document).ready(function() {
125
        $(document).ready(function() {
126
            [% FOREACH branchesloo IN branchesloop %]
126
            [% FOREACH branchesloo IN branchesloop %]
127
                $("#transferst[% branchesloo.branchcode | html %]").kohaTable({
127
                $("#transferst[% branchesloo.branchcode | html %]").kohaTable({
128
                    columnDefs: [
129
                        { targets: [-1], orderable: false, searchable: false },
130
                    ],
131
                    dom: "t",
128
                    dom: "t",
132
                    paginate: false,
129
                    paginate: false,
133
                });
130
                });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt (-3 / +1 lines)
Lines 77-83 Link Here
77
                                    <th>Public enrollment</th>
77
                                    <th>Public enrollment</th>
78
                                    <th>Email required</th>
78
                                    <th>Email required</th>
79
                                    <th>Library</th>
79
                                    <th>Library</th>
80
                                    <th class="noExport">Actions</th>
80
                                    <th class="noExport NoSort">Actions</th>
81
                                </tr>
81
                                </tr>
82
                            </thead>
82
                            </thead>
83
                            <tbody>
83
                            <tbody>
Lines 168-180 Link Here
168
            tTable = $("#club-templates-table").kohaTable({
168
            tTable = $("#club-templates-table").kohaTable({
169
                pagingType: "full",
169
                pagingType: "full",
170
                dom: 'C<"top pager"ilpf><"#filter_c">tr<"bottom pager"ip>',
170
                dom: 'C<"top pager"ilpf><"#filter_c">tr<"bottom pager"ip>',
171
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
172
            });
171
            });
173
172
174
            cTable = $("#clubs-table").kohaTable({
173
            cTable = $("#clubs-table").kohaTable({
175
                pagingType: "full",
174
                pagingType: "full",
176
                dom: 'C<"top pager"ilpf><"#filter_c">tr<"bottom pager"ip>',
175
                dom: 'C<"top pager"ilpf><"#filter_c">tr<"bottom pager"ip>',
177
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
178
            });
176
            });
179
177
180
            $("body").on("click", ".delete_club", function(e){
178
            $("body").on("click", ".delete_club", function(e){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-2 / +1 lines)
Lines 78-84 Link Here
78
                                                        [% CASE 'Template ID'     %]<th>Template ID</th>
78
                                                        [% CASE 'Template ID'     %]<th>Template ID</th>
79
                                                        [% CASE 'Template Name'   %]<th>Template name</th>
79
                                                        [% CASE 'Template Name'   %]<th>Template name</th>
80
                                                        [% CASE 'Description'     %]<th>Description</th>
80
                                                        [% CASE 'Description'     %]<th>Description</th>
81
                                                        [% CASE 'Actions'         %]<th class="noExport">Actions</th>
81
                                                        [% CASE 'Actions'         %]<th class="noExport NoSort">Actions</th>
82
                                                        [% CASE 'Profile ID'      %]<th>Profile ID</th>
82
                                                        [% CASE 'Profile ID'      %]<th>Profile ID</th>
83
                                                        [% CASE 'Printer Name'    %]<th>Printer name</th>
83
                                                        [% CASE 'Printer Name'    %]<th>Printer name</th>
84
                                                        [% CASE 'Paper Bin'       %]<th>Paper bin</th>
84
                                                        [% CASE 'Paper Bin'       %]<th>Paper bin</th>
Lines 197-203 Link Here
197
            $("#labels-table").kohaTable({
197
            $("#labels-table").kohaTable({
198
                pagingType: "full",
198
                pagingType: "full",
199
                order: [[1, "asc"]],
199
                order: [[1, "asc"]],
200
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
201
            });
200
            });
202
        });
201
        });
203
    </script>
202
    </script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt (-4 / +1 lines)
Lines 43-49 Link Here
43
              <th>Patron</th>
43
              <th>Patron</th>
44
              <th>Library</th>
44
              <th>Library</th>
45
              <th>Date requested</th>
45
              <th>Date requested</th>
46
              <th>Allow</th>
46
              <th class="NoSort">Allow</th>
47
            </tr>
47
            </tr>
48
          </thead>
48
          </thead>
49
          <tbody>
49
          <tbody>
Lines 79-87 Link Here
79
                info: true,
79
                info: true,
80
                searching: true,
80
                searching: true,
81
                order: [[2, "asc"]],
81
                order: [[2, "asc"]],
82
                columnDefs: [
83
                    { targets: -1, orderable: false }
84
                ],
85
            ));
82
            ));
86
        });
83
        });
87
    </script>
84
    </script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt (-2 / +1 lines)
Lines 25-31 Link Here
25
                <table id="catst">
25
                <table id="catst">
26
                    <thead>
26
                    <thead>
27
                        <tr>
27
                        <tr>
28
                        <th>&nbsp;</th>
28
                        <th class="NoSort">&nbsp;</th>
29
                        <th>Code</th>
29
                        <th>Code</th>
30
                        <th>Description</th>
30
                        <th>Description</th>
31
                        </tr>
31
                        </tr>
Lines 67-73 Link Here
67
            $("#catst").kohaTable({
67
            $("#catst").kohaTable({
68
                dom: "t",
68
                dom: "t",
69
                order: [[2, "asc"]],
69
                order: [[2, "asc"]],
70
                columnDefs: [{ targets: [0], orderable: false, searchable: false }],
71
                paginate: false,
70
                paginate: false,
72
            });
71
            });
73
            $("#updatechildf").validate({
72
            $("#updatechildf").validate({
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-3 / +2 lines)
Lines 112-120 Link Here
112
                                                                [% CASE "Borrower Number" %]
112
                                                                [% CASE "Borrower Number" %]
113
                                                                    <th>Borrower number</th>
113
                                                                    <th>Borrower number</th>
114
                                                                [% CASE "Actions " %]
114
                                                                [% CASE "Actions " %]
115
                                                                    <th class="noExport">Actions</th>
115
                                                                    <th class="noExport NoSort">Actions</th>
116
                                                                [% CASE "Select" -%]
116
                                                                [% CASE "Select" -%]
117
                                                                    <th>Select</th>
117
                                                                    <th class="NoSort">Select</th>
118
                                                                [% CASE %]
118
                                                                [% CASE %]
119
                                                                    <th>[% header_field.field_label | html %]</th>
119
                                                                    <th>[% header_field.field_label | html %]</th>
120
                                                            [% END -%]
120
                                                            [% END -%]
Lines 310-316 Link Here
310
                $("#description").hide();
310
                $("#description").hide();
311
            [% END %]
311
            [% END %]
312
            $("#batcht").kohaTable({
312
            $("#batcht").kohaTable({
313
                columnDefs: [{ targets: [-2, -1], orderable: false, searchable: false }],
314
                order: [[0, "asc"]],
313
                order: [[0, "asc"]],
315
                pagingType: "full",
314
                pagingType: "full",
316
                lengthMenu: [aLengthMenu, aLengthMenuLabel],
315
                lengthMenu: [aLengthMenu, aLengthMenuLabel],
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (-4 / +1 lines)
Lines 130-136 Link Here
130
                            <table id="claimst">
130
                            <table id="claimst">
131
                                <thead>
131
                                <thead>
132
                                    <tr>
132
                                    <tr>
133
                                        <th><input type="checkbox" id="CheckAll"></th>
133
                                        <th class="NoSort"><input type="checkbox" id="CheckAll"></th>
134
                                        <th>Vendor</th>
134
                                        <th>Vendor</th>
135
                                        <th>Library</th>
135
                                        <th>Library</th>
136
                                        <th class="anti-the">Title</th>
136
                                        <th class="anti-the">Title</th>
Lines 247-255 Link Here
247
        $(document).ready(function() {
247
        $(document).ready(function() {
248
            sTable = $("#claimst").kohaTable({
248
            sTable = $("#claimst").kohaTable({
249
                dom: "t",
249
                dom: "t",
250
                columnDefs: [
251
                    { targets: [0], orderable: false, searchable: false },
252
                ],
253
                paginate: false,
250
                paginate: false,
254
            });
251
            });
255
            $('#supplierid').change(function() {
252
            $('#supplierid').change(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-3 / +2 lines)
Lines 215-221 Link Here
215
                                            <thead>
215
                                            <thead>
216
                                                <tr>
216
                                                <tr>
217
                                                    [% IF ( CAN_user_serials_receive_serials ) %]
217
                                                    [% IF ( CAN_user_serials_receive_serials ) %]
218
                                                        <th>Edit</th>
218
                                                        <th class="NoSort">Edit</th>
219
                                                    [% END %]
219
                                                    [% END %]
220
                                                    [% IF ( subscriptions.size > 1 ) %]
220
                                                    [% IF ( subscriptions.size > 1 ) %]
221
                                                        <th># Subs</th>
221
                                                        <th># Subs</th>
Lines 228-234 Link Here
228
                                                    <th>Notes</th>
228
                                                    <th>Notes</th>
229
                                                    <th>Library</th>
229
                                                    <th>Library</th>
230
                                                    [% IF ( routing ) %]
230
                                                    [% IF ( routing ) %]
231
                                                        <th>Routing</th>
231
                                                        <th class="NoSort">Routing</th>
232
                                                    [% END %]
232
                                                    [% END %]
233
                                                </tr>
233
                                                </tr>
234
                                            </thead>
234
                                            </thead>
Lines 366-372 Link Here
366
                $("#subscription_years a:first").tab("show");
366
                $("#subscription_years a:first").tab("show");
367
            }
367
            }
368
            $(".subscription-year-table").kohaTable({
368
            $(".subscription-year-table").kohaTable({
369
                columnDefs: [{ targets: [0, -1], orderable: false, searchable: false }],
370
                order: [[0, "desc"]],
369
                order: [[0, "desc"]],
371
                dom: "t",
370
                dom: "t",
372
                autoWidth: false,
371
                autoWidth: false,
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt (-2 / +1 lines)
Lines 300-306 Link Here
300
                <th>Description</th>
300
                <th>Description</th>
301
                <th>Numbering formula</th>
301
                <th>Numbering formula</th>
302
                <th>Display order</th>
302
                <th>Display order</th>
303
                <th class="noExport">Actions</th>
303
                <th class="noExport NoSort">Actions</th>
304
              </tr>
304
              </tr>
305
            </thead>
305
            </thead>
306
            <tbody>
306
            <tbody>
Lines 405-411 Link Here
405
        $(document).ready(function(){
405
        $(document).ready(function(){
406
406
407
            $("#numberpatternst").kohaTable({
407
            $("#numberpatternst").kohaTable({
408
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
409
                pagingType: "full",
408
                pagingType: "full",
410
            });
409
            });
411
410
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-3 / +2 lines)
Lines 49-56 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
49
        <table id="itemst">
49
        <table id="itemst">
50
            <thead><tr>
50
            <thead><tr>
51
                <th>Title</th>
51
                <th>Title</th>
52
                <th>Location</th>
52
                <th class="NoSort">Location</th>
53
                <th>&nbsp;</th>
53
                <th class="NoSort">&nbsp;</th>
54
                </tr></thead>
54
                </tr></thead>
55
55
56
                [% FOREACH title IN titles %]
56
                [% FOREACH title IN titles %]
Lines 130-136 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
130
                    }
130
                    }
131
            });
131
            });
132
            $("#itemst").kohaTable({
132
            $("#itemst").kohaTable({
133
                columnDefs: [{ targets: [-1, -2], orderable: false, searchable: false }],
134
                order: [[0, "asc"]],
133
                order: [[0, "asc"]],
135
                pagingType: "full",
134
                pagingType: "full",
136
            });
135
            });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-4 / +2 lines)
Lines 171-177 Link Here
171
          <table id="biblios" class="records">
171
          <table id="biblios" class="records">
172
            <thead>
172
            <thead>
173
              <tr>
173
              <tr>
174
                <th></th>
174
                <th class="NoSort"></th>
175
                <th>Biblionumber</th>
175
                <th>Biblionumber</th>
176
                <th>Title</th>
176
                <th>Title</th>
177
                <th>Items</th>
177
                <th>Items</th>
Lines 206-212 Link Here
206
          <table id="authorities" class="records">
206
          <table id="authorities" class="records">
207
            <thead>
207
            <thead>
208
              <tr>
208
              <tr>
209
                <th></th>
209
                <th class="NoSort"></th>
210
                <th>AuthID</th>
210
                <th>AuthID</th>
211
                <th>Summary</th>
211
                <th>Summary</th>
212
                <th>Used in</th>
212
                <th>Used in</th>
Lines 345-351 Link Here
345
345
346
          $("#biblios").kohaTable({
346
          $("#biblios").kohaTable({
347
              columnDefs: [
347
              columnDefs: [
348
                  { targets: [0], orderable: false, searchable: false },
349
                  { targets: [3, 4], type: "num-html" },
348
                  { targets: [3, 4], type: "num-html" },
350
              ],
349
              ],
351
              dom: "t",
350
              dom: "t",
Lines 355-361 Link Here
355
354
356
          $("#authorities").kohaTable({
355
          $("#authorities").kohaTable({
357
              columnDefs: [
356
              columnDefs: [
358
                  { targets: [0], orderable: false, searchable: false },
359
                  { targets: [3], type: "num-html" },
357
                  { targets: [3], type: "num-html" },
360
              ],
358
              ],
361
              dom: "t",
359
              dom: "t",
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-6 / +4 lines)
Lines 207-216 Link Here
207
                                        <table id="biblios" class="records">
207
                                        <table id="biblios" class="records">
208
                                            <thead>
208
                                            <thead>
209
                                                <tr>
209
                                                <tr>
210
                                                    <th>&nbsp;</th>
210
                                                    <th class="NoSort">&nbsp;</th>
211
                                                    <th>Biblionumber</th>
211
                                                    <th>Biblionumber</th>
212
                                                    <th>Title</th>
212
                                                    <th>Title</th>
213
                                                    <th>&nbsp;</th>
213
                                                    <th class="NoSort">&nbsp;</th>
214
                                                </tr>
214
                                                </tr>
215
                                            </thead>
215
                                            </thead>
216
                                            <tbody>
216
                                            <tbody>
Lines 237-246 Link Here
237
                                        <table id="authorities" class="records">
237
                                        <table id="authorities" class="records">
238
                                            <thead>
238
                                            <thead>
239
                                                <tr>
239
                                                <tr>
240
                                                    <th></th>
240
                                                    <th class="NoSort">&nbsp;</th>
241
                                                    <th>AuthID</th>
241
                                                    <th>AuthID</th>
242
                                                    <th>Summary</th>
242
                                                    <th>Summary</th>
243
                                                    <th>&nbsp;</th>
243
                                                    <th class="NoSort">&nbsp;</th>
244
                                                </tr>
244
                                                </tr>
245
                                            </thead>
245
                                            </thead>
246
                                            <tbody>
246
                                            <tbody>
Lines 339-345 Link Here
339
339
340
            $("#biblios").kohaTable({
340
            $("#biblios").kohaTable({
341
                columnDefs: [
341
                columnDefs: [
342
                    { targets: [0, 3], orderable: false, searchable: false },
343
                    { targets: [1], type: "num-html" },
342
                    { targets: [1], type: "num-html" },
344
                ],
343
                ],
345
                dom: "t",
344
                dom: "t",
Lines 349-355 Link Here
349
348
350
            $("#authorities").kohaTable({
349
            $("#authorities").kohaTable({
351
                columnDefs: [
350
                columnDefs: [
352
                    { targets: [0, 3], orderable: false, searchable: false },
353
                    { targets: [1], type: "num-html" },
351
                    { targets: [1], type: "num-html" },
354
                ],
352
                ],
355
                dom: "t",
353
                dom: "t",
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt (-3 / +2 lines)
Lines 288-298 Link Here
288
                                    <caption class="sr-only">Items in your cart</caption>
288
                                    <caption class="sr-only">Items in your cart</caption>
289
                                    <thead>
289
                                    <thead>
290
                                        <tr>
290
                                        <tr>
291
                                            <th class="noprint">&nbsp;</th>
291
                                            <th class="noprint NoSort">&nbsp;</th>
292
                                            <th>Title</th>
292
                                            <th>Title</th>
293
                                            <th>Author</th>
293
                                            <th>Author</th>
294
                                            <th>Year</th>
294
                                            <th>Year</th>
295
                                            <th>Location (Status)</th>
295
                                            <th class="NoSort">Location (Status)</th>
296
                                        </tr>
296
                                        </tr>
297
                                    </thead>
297
                                    </thead>
298
                                    <tbody>
298
                                    <tbody>
Lines 500-506 Link Here
500
                if( $("#itemst").length > 0 ){
500
                if( $("#itemst").length > 0 ){
501
                    var itemst = $("#itemst").kohaTable({
501
                    var itemst = $("#itemst").kohaTable({
502
                        order: [[1, "asc"]],
502
                        order: [[1, "asc"]],
503
                        columnDefs: [{ targets: [0, -1], orderable: false, searchable: false }],
504
                    });
503
                    });
505
504
506
                    var buttons = new $.fn.dataTable.Buttons(itemst, {
505
                    var buttons = new $.fn.dataTable.Buttons(itemst, {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-idref.tt (-3 / +2 lines)
Lines 29-36 Link Here
29
              <thead>
29
              <thead>
30
                <tr>
30
                <tr>
31
                  <th>Citation</th>
31
                  <th>Citation</th>
32
                  <th>Koha</th>
32
                  <th class="NoSort">Koha</th>
33
                  <th>Sudoc</th>
33
                  <th class="NoSort">Sudoc</th>
34
                </tr>
34
                </tr>
35
              </thead>
35
              </thead>
36
              <tbody>
36
              <tbody>
Lines 54-60 Link Here
54
  $(document).ready(function (){
54
  $(document).ready(function (){
55
        $("table").kohaTable({
55
        $("table").kohaTable({
56
            filter: false,
56
            filter: false,
57
            columnDefs: [{ targets: [-1, -2], orderable: false }],
58
        });
57
        });
59
58
60
      $(".role").click(function(){
59
      $(".role").click(function(){
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt (-2 / +1 lines)
Lines 148-154 Link Here
148
                                        <th>Status</th>
148
                                        <th>Status</th>
149
                                        <th>Request placed</th>
149
                                        <th>Request placed</th>
150
                                        <th>Last updated</th>
150
                                        <th>Last updated</th>
151
                                        <th></th>
151
                                        <th class="NoSort"></th>
152
                                    </tr>
152
                                    </tr>
153
                                </thead>
153
                                </thead>
154
                                <tbody>
154
                                <tbody>
Lines 341-347 Link Here
341
    [% INCLUDE 'datatables.inc' %]
341
    [% INCLUDE 'datatables.inc' %]
342
    <script>
342
    <script>
343
        $("#illrequestlist").kohaTable({
343
        $("#illrequestlist").kohaTable({
344
            columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
345
            order: [[3, "desc"]],
344
            order: [[3, "desc"]],
346
        });
345
        });
347
        $("#backend-dropdown-options").removeClass("nojs");
346
        $("#backend-dropdown-options").removeClass("nojs");
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt (-1 lines)
Lines 243-249 Link Here
243
                columnDefs: [
243
                columnDefs: [
244
                    { className: "dtr-control", orderable: false, targets: [-1] },
244
                    { className: "dtr-control", orderable: false, targets: [-1] },
245
                    { visible: false, targets: [0] },
245
                    { visible: false, targets: [0] },
246
                    { orderable: false, targets: [1] },
247
                ],
246
                ],
248
            },
247
            },
249
        );
248
        );
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt (-2 / +1 lines)
Lines 91-97 Link Here
91
                    <caption class="sr-only">Current session</caption>
91
                    <caption class="sr-only">Current session</caption>
92
                    <thead>
92
                    <thead>
93
                        <tr>
93
                        <tr>
94
                            <th></th>
94
                            <th class="NoSort"></th>
95
                            <th>Date</th>
95
                            <th>Date</th>
96
                            <th>Search</th>
96
                            <th>Search</th>
97
                            <th>Results</th>
97
                            <th>Results</th>
Lines 297-303 Link Here
297
            order: [[1, "desc"]],
297
            order: [[1, "desc"]],
298
            dom: '<"top"<"table_entries"><"table_controls"fB>>t',
298
            dom: '<"top"<"table_entries"><"table_controls"fB>>t',
299
            columnDefs: [
299
            columnDefs: [
300
                { targets: [0], orderable: false, searchable: false },
301
                { className: "dtr-control", orderable: false, targets: -1 },
300
                { className: "dtr-control", orderable: false, targets: -1 },
302
            ],
301
            ],
303
            language: {
302
            language: {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-3 / +1 lines)
Lines 147-153 Link Here
147
                                    <caption>Your tags</caption>
147
                                    <caption>Your tags</caption>
148
                                    <thead>
148
                                    <thead>
149
                                        <tr>
149
                                        <tr>
150
                                            <th>&nbsp;</th>
150
                                            <th class="NoSort">&nbsp;</th>
151
                                            <th>Term</th>
151
                                            <th>Term</th>
152
                                            <th class="all anti-the">Title</th>
152
                                            <th class="all anti-the">Title</th>
153
                                            <th>Date added</th>
153
                                            <th>Date added</th>
Lines 262-268 Link Here
262
        $("#mytagst").kohaTable({
262
        $("#mytagst").kohaTable({
263
            sorting: [[2, "asc"]],
263
            sorting: [[2, "asc"]],
264
            columnDefs: [
264
            columnDefs: [
265
                { targets: [0], orderable: false, searchable: false },
266
                { className: "dtr-control", orderable: false, targets: -1 },
265
                { className: "dtr-control", orderable: false, targets: -1 },
267
                { responsivePriority: 1, targets: 2 },
266
                { responsivePriority: 1, targets: 2 },
268
            ],
267
            ],
269
- 

Return to bug 38984