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 401-407 Link Here
401
            [% END %]
401
            [% END %]
402
            [% UNLESS ( grouping ) %]
402
            [% UNLESS ( grouping ) %]
403
                let dt_params = {
403
                let dt_params = {
404
                    columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
405
                    autoWidth: false,
404
                    autoWidth: false,
406
                    pagingType: "full",
405
                    pagingType: "full",
407
                };
406
                };
(-)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 270-276 Link Here
270
                searching: false,
270
                searching: false,
271
                info: false,
271
                info: false,
272
                order: [[1, "asc"]],
272
                order: [[1, "asc"]],
273
                columnDefs: [{ targets: [-1], orderable: false }],
274
            });
273
            });
275
            $("#supplierlist").change(function() {
274
            $("#supplierlist").change(function() {
276
                var id = $(this).find("option:selected").val();
275
                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 444-450 Link Here
444
            var resultst = $("table.result").kohaTable({
444
            var resultst = $("table.result").kohaTable({
445
                paging: false,
445
                paging: false,
446
                columnDefs: [
446
                columnDefs: [
447
                    { orderable: false, targets: [1, -1] },
448
                    { visible: false, targets: [0] },
447
                    { visible: false, targets: [0] },
449
                ],
448
                ],
450
                autoWidth: false,
449
                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 135-141 Link Here
135
        var suggestionst = $("#suggestionst").kohaTable({
135
        var suggestionst = $("#suggestionst").kohaTable({
136
            columnDefs: [
136
            columnDefs: [
137
                { targets: [0], visible: false, searchable: true }, // must be searchable for filtering
137
                { targets: [0], visible: false, searchable: true }, // must be searchable for filtering
138
                { targets: [-1], orderable: false, searchable: false },
139
            ],
138
            ],
140
            pagingType: "full",
139
            pagingType: "full",
141
        });
140
        });
(-)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 380-386 Link Here
380
                        [5, 10, 20, 50, 100, -1],
380
                        [5, 10, 20, 50, 100, -1],
381
                        [5, 10, 20, 50, 100, _("All")],
381
                        [5, 10, 20, 50, 100, _("All")],
382
                    ],
382
                    ],
383
                    columnDefs: [{ targets: [5, -1], orderable: false, searchable: false }],
384
                    columns: [
383
                    columns: [
385
                        { type: "html" },
384
                        { type: "html" },
386
                        { type: "html" },
385
                        { 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 315-321 tr.selected td { Link Here
315
        $(document).ready(function(){
315
        $(document).ready(function(){
316
            var resultst = $("#resultst").kohaTable({
316
            var resultst = $("#resultst").kohaTable({
317
                columnDefs: [
317
                columnDefs: [
318
                    { targets: [-1, -2], orderable: false, searchable: false },
319
                    { targets: [1], type: "nsb-nse" },
318
                    { targets: [1], type: "nsb-nse" },
320
                ],
319
                ],
321
                order: [[1, "asc"]],
320
                order: [[1, "asc"]],
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-3 / +2 lines)
Lines 477-483 Link Here
477
                                <th>End date</th>
477
                                <th>End date</th>
478
                                <th>Locked</th>
478
                                <th>Locked</th>
479
                                <th>Total</th>
479
                                <th>Total</th>
480
                                <th class="noExport">Actions</th>
480
                                <th class="noExport NoSort">Actions</th>
481
                            </tr>
481
                            </tr>
482
                        </thead>
482
                        </thead>
483
                        <tbody>
483
                        <tbody>
Lines 514-520 Link Here
514
                                <th>End date</th>
514
                                <th>End date</th>
515
                                <th>Locked</th>
515
                                <th>Locked</th>
516
                                <th>Total</th>
516
                                <th>Total</th>
517
                                <th class="noExport">Actions</th>
517
                                <th class="noExport NoSort">Actions</th>
518
                            </tr>
518
                            </tr>
519
                        </thead>
519
                        </thead>
520
                        <tbody>
520
                        <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 300-306 Link Here
300
    <script>
300
    <script>
301
        $(document).ready(function() {
301
        $(document).ready(function() {
302
            $("#table_authtagstructure").kohaTable({
302
            $("#table_authtagstructure").kohaTable({
303
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
304
                pagingType: "full",
303
                pagingType: "full",
305
            });
304
            });
306
        });
305
        });
(-)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 171-177 Link Here
171
171
172
            [% FOREACH codes_loo IN codes_loop %]
172
            [% FOREACH codes_loo IN codes_loop %]
173
                $("#[% codes_loo.code | html %]table").kohaTable({
173
                $("#[% codes_loo.code | html %]table").kohaTable({
174
                    columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
175
                    paginate: false,
174
                    paginate: false,
176
                });
175
                });
177
            [% END %]
176
            [% 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 249-255 Link Here
249
    <script>
249
    <script>
250
    $(document).ready(function() {
250
    $(document).ready(function() {
251
        var crtable = $("#table_cash_registers").kohaTable({
251
        var crtable = $("#table_cash_registers").kohaTable({
252
            columnDefs: [{ targets: [-1, -2], orderable: false, searchable: false }],
253
            order: [[1, "asc"]],
252
            order: [[1, "asc"]],
254
            paginationType: "full",
253
            paginationType: "full",
255
        });
254
        });
(-)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 313-319 Link Here
313
    <script>
313
    <script>
314
        $(document).ready(function() {
314
        $(document).ready(function() {
315
            $("#table_marctagstructure").kohaTable({
315
            $("#table_marctagstructure").kohaTable({
316
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
317
                pagingType: "full",
316
                pagingType: "full",
318
            });
317
            });
319
            $("#select_display").on("change",function(){
318
            $("#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 86-92 Link Here
86
    <script>
86
    <script>
87
        $(document).ready(function() {
87
        $(document).ready(function() {
88
            $("#od_info").kohaTable({
88
            $("#od_info").kohaTable({
89
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
90
                pagingType: "full",
89
                pagingType: "full",
91
            });
90
            });
92
        });
91
        });
(-)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 466-472 Link Here
466
                [% IF ( loop ) %]
466
                [% IF ( loop ) %]
467
                    $("#sysprefst").kohaTable({
467
                    $("#sysprefst").kohaTable({
468
                        dom: '<"top pager"ilf>t',
468
                        dom: '<"top pager"ilf>t',
469
                        columnDefs: [{ targets: [-1, -2, -3], orderable: false }],
470
                        paginate: false,
469
                        paginate: false,
471
                    });
470
                    });
472
                [% END %]
471
                [% 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 328-334 Link Here
328
        [% ELSE %]
328
        [% ELSE %]
329
            $(document).ready(function() {
329
            $(document).ready(function() {
330
                $("#serverst").kohaTable({
330
                $("#serverst").kohaTable({
331
                    columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
332
                    pagingType: "full",
331
                    pagingType: "full",
333
                });
332
                });
334
                $(".delete").on("click",function(e){
333
                $(".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 230-236 Link Here
230
        // (so that the more recent query is shown first)
230
        // (so that the more recent query is shown first)
231
        $(".historyt").kohaTable({
231
        $(".historyt").kohaTable({
232
            order: [[1, "desc"]],
232
            order: [[1, "desc"]],
233
            columnDefs: [{ targets: [0], orderable: false, searchable: false }],
234
            pagingType: "full_numbers",
233
            pagingType: "full_numbers",
235
        });
234
        });
236
235
(-)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 236-242 Link Here
236
        $(document).ready(function(){
236
        $(document).ready(function(){
237
            $("#resultst").kohaTable({
237
            $("#resultst").kohaTable({
238
                dom: "t",
238
                dom: "t",
239
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
240
                order: [[1, "asc"]],
239
                order: [[1, "asc"]],
241
                paginate: false,
240
                paginate: false,
242
            });
241
            });
(-)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 122-130 Link Here
122
        $(document).ready(function() {
122
        $(document).ready(function() {
123
            [% FOREACH library IN libraries %]
123
            [% FOREACH library IN libraries %]
124
                $("#transferst[% library.branchcode | html %]").kohaTable({
124
                $("#transferst[% library.branchcode | html %]").kohaTable({
125
                    columnDefs: [
126
                        { targets: [-1], orderable: false, searchable: false },
127
                    ],
128
                    dom: "t",
125
                    dom: "t",
129
                    paginate: false,
126
                    paginate: false,
130
                });
127
                });
(-)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 126-134 Link Here
126
        $(document).ready(function() {
126
        $(document).ready(function() {
127
            [% FOREACH branchesloo IN branchesloop %]
127
            [% FOREACH branchesloo IN branchesloop %]
128
                $("#transferst[% branchesloo.branchcode | html %]").kohaTable({
128
                $("#transferst[% branchesloo.branchcode | html %]").kohaTable({
129
                    columnDefs: [
130
                        { targets: [-1], orderable: false, searchable: false },
131
                    ],
132
                    dom: "t",
129
                    dom: "t",
133
                    paginate: false,
130
                    paginate: false,
134
                });
131
                });
(-)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 169-181 Link Here
169
            tTable = $("#club-templates-table").kohaTable({
169
            tTable = $("#club-templates-table").kohaTable({
170
                pagingType: "full",
170
                pagingType: "full",
171
                dom: 'C<"top pager"ilpf><"#filter_c">tr<"bottom pager"ip>',
171
                dom: 'C<"top pager"ilpf><"#filter_c">tr<"bottom pager"ip>',
172
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
173
            });
172
            });
174
173
175
            cTable = $("#clubs-table").kohaTable({
174
            cTable = $("#clubs-table").kohaTable({
176
                pagingType: "full",
175
                pagingType: "full",
177
                dom: 'C<"top pager"ilpf><"#filter_c">tr<"bottom pager"ip>',
176
                dom: 'C<"top pager"ilpf><"#filter_c">tr<"bottom pager"ip>',
178
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
179
            });
177
            });
180
178
181
            $("body").on("click", ".delete_club", function(e){
179
            $("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 80-88 Link Here
80
                info: true,
80
                info: true,
81
                searching: true,
81
                searching: true,
82
                order: [[2, "asc"]],
82
                order: [[2, "asc"]],
83
                columnDefs: [
84
                    { targets: -1, orderable: false }
85
                ],
86
            });
83
            });
87
        });
84
        });
88
    </script>
85
    </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 68-74 Link Here
68
            $("#catst").kohaTable({
68
            $("#catst").kohaTable({
69
                dom: "t",
69
                dom: "t",
70
                order: [[2, "asc"]],
70
                order: [[2, "asc"]],
71
                columnDefs: [{ targets: [0], orderable: false, searchable: false }],
72
                paginate: false,
71
                paginate: false,
73
            });
72
            });
74
            $("#updatechildf").validate({
73
            $("#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 312-318 Link Here
312
                $("#description").hide();
312
                $("#description").hide();
313
            [% END %]
313
            [% END %]
314
            $("#batcht").kohaTable({
314
            $("#batcht").kohaTable({
315
                columnDefs: [{ targets: [-2, -1], orderable: false, searchable: false }],
316
                order: [[0, "asc"]],
315
                order: [[0, "asc"]],
317
                pagingType: "full",
316
                pagingType: "full",
318
                lengthMenu: [aLengthMenu, aLengthMenuLabel],
317
                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 248-256 Link Here
248
        $(document).ready(function() {
248
        $(document).ready(function() {
249
            sTable = $("#claimst").kohaTable({
249
            sTable = $("#claimst").kohaTable({
250
                dom: "t",
250
                dom: "t",
251
                columnDefs: [
252
                    { targets: [0], orderable: false, searchable: false },
253
                ],
254
                paginate: false,
251
                paginate: false,
255
            });
252
            });
256
            $('#supplierid').change(function() {
253
            $('#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 367-373 Link Here
367
                $("#subscription_years a:first").tab("show");
367
                $("#subscription_years a:first").tab("show");
368
            }
368
            }
369
            $(".subscription-year-table").kohaTable({
369
            $(".subscription-year-table").kohaTable({
370
                columnDefs: [{ targets: [0, -1], orderable: false, searchable: false }],
371
                order: [[0, "desc"]],
370
                order: [[0, "desc"]],
372
                dom: "t",
371
                dom: "t",
373
                autoWidth: false,
372
                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 406-412 Link Here
406
        $(document).ready(function(){
406
        $(document).ready(function(){
407
407
408
            $("#numberpatternst").kohaTable({
408
            $("#numberpatternst").kohaTable({
409
                columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
410
                pagingType: "full",
409
                pagingType: "full",
411
            });
410
            });
412
411
(-)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 346-352 Link Here
346
346
347
          $("#biblios").kohaTable({
347
          $("#biblios").kohaTable({
348
              columnDefs: [
348
              columnDefs: [
349
                  { targets: [0], orderable: false, searchable: false },
350
                  { targets: [3, 4], type: "num-html" },
349
                  { targets: [3, 4], type: "num-html" },
351
              ],
350
              ],
352
              dom: "t",
351
              dom: "t",
Lines 356-362 Link Here
356
355
357
          $("#authorities").kohaTable({
356
          $("#authorities").kohaTable({
358
              columnDefs: [
357
              columnDefs: [
359
                  { targets: [0], orderable: false, searchable: false },
360
                  { targets: [3], type: "num-html" },
358
                  { targets: [3], type: "num-html" },
361
              ],
359
              ],
362
              dom: "t",
360
              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 340-346 Link Here
340
340
341
            $("#biblios").kohaTable({
341
            $("#biblios").kohaTable({
342
                columnDefs: [
342
                columnDefs: [
343
                    { targets: [0, 3], orderable: false, searchable: false },
344
                    { targets: [1], type: "num-html" },
343
                    { targets: [1], type: "num-html" },
345
                ],
344
                ],
346
                dom: "t",
345
                dom: "t",
Lines 350-356 Link Here
350
349
351
            $("#authorities").kohaTable({
350
            $("#authorities").kohaTable({
352
                columnDefs: [
351
                columnDefs: [
353
                    { targets: [0, 3], orderable: false, searchable: false },
354
                    { targets: [1], type: "num-html" },
352
                    { targets: [1], type: "num-html" },
355
                ],
353
                ],
356
                dom: "t",
354
                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