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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-1 / +1 lines)
Lines 266-272 Link Here
266
        $(document).ready(function() {
266
        $(document).ready(function() {
267
            $("table.baskets").kohaTable({
267
            $("table.baskets").kohaTable({
268
                dom: "t",
268
                dom: "t",
269
                paginate: false,
269
                paging: false,
270
                searching: false,
270
                searching: false,
271
                info: false,
271
                info: false,
272
                order: [[1, "asc"]],
272
                order: [[1, "asc"]],
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt (-1 / +1 lines)
Lines 331-337 Link Here
331
        $(document).ready(function() {
331
        $(document).ready(function() {
332
            $('span.hint').hide();
332
            $('span.hint').hide();
333
            $("#table_orders").kohaTable({
333
            $("#table_orders").kohaTable({
334
                paginate: false,
334
                paging: false,
335
            });
335
            });
336
336
337
            [% IF op == 'search' OR op == 'select' %]
337
            [% IF op == 'search' OR op == 'select' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-1 / +1 lines)
Lines 318-324 tr.selected td { Link Here
318
                    { targets: [1], type: "nsb-nse" },
318
                    { targets: [1], type: "nsb-nse" },
319
                ],
319
                ],
320
                order: [[1, "asc"]],
320
                order: [[1, "asc"]],
321
                paginate: false,
321
                paging: false,
322
                searching: false,
322
                searching: false,
323
                info: false,
323
                info: false,
324
            });
324
            });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt (-1 / +1 lines)
Lines 414-420 Link Here
414
        $(document).ready(function() {
414
        $(document).ready(function() {
415
            $("#table_authsubfieldstructure").kohaTable({
415
            $("#table_authsubfieldstructure").kohaTable({
416
                aaSorting: [],
416
                aaSorting: [],
417
                paginate: false,
417
                paging: false,
418
            });
418
            });
419
419
420
            if ($("#subfieldtabs").length > 0) {
420
            if ($("#subfieldtabs").length > 0) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt (-1 / +1 lines)
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
                    paginate: false,
174
                    paging: false,
175
                });
175
                });
176
            [% END %]
176
            [% END %]
177
        });
177
        });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt (-1 / +1 lines)
Lines 186-192 Link Here
186
186
187
            var table = $("#localization").kohaTable({
187
            var table = $("#localization").kohaTable({
188
                dom: "t",
188
                dom: "t",
189
                paginate: false,
189
                paging: false,
190
                autoWidth: false,
190
                autoWidth: false,
191
            });
191
            });
192
192
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-1 / +1 lines)
Lines 458-464 Link Here
458
            $(".patron_attributes_types").each(function(){
458
            $(".patron_attributes_types").each(function(){
459
                $(this).kohaTable(
459
                $(this).kohaTable(
460
                    {
460
                    {
461
                        paginate: false,
461
                        paging: false,
462
                        autoWidth: false,
462
                        autoWidth: false,
463
                    },
463
                    },
464
                    null
464
                    null
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-1 / +1 lines)
Lines 1491-1497 Link Here
1491
                    [2, "asc"],
1491
                    [2, "asc"],
1492
                    [3, "asc"],
1492
                    [3, "asc"],
1493
                ],
1493
                ],
1494
                paginate: false,
1494
                paging: false,
1495
                autoWidth: false,
1495
                autoWidth: false,
1496
            });
1496
            });
1497
        });
1497
        });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-1 / +1 lines)
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
                        paginate: false,
469
                        paging: false,
470
                    });
470
                    });
471
                [% END %]
471
                [% END %]
472
             });
472
             });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-3 / +3 lines)
Lines 2033-2039 Link Here
2033
                var acquisitiondetails_table = $("#orders").kohaTable(
2033
                var acquisitiondetails_table = $("#orders").kohaTable(
2034
                    {
2034
                    {
2035
                        dom: 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>',
2035
                        dom: 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>',
2036
                        paginate: false,
2036
                        paging: false,
2037
                        autoWidth: false,
2037
                        autoWidth: false,
2038
                        order: [[4, "desc"]],
2038
                        order: [[4, "desc"]],
2039
                    },
2039
                    },
Lines 2051-2057 Link Here
2051
                var comment_table_settings = [% TablesSettings.GetTableSettings('catalogue', 'detail', 'comments-table', 'json') | $raw %];
2051
                var comment_table_settings = [% TablesSettings.GetTableSettings('catalogue', 'detail', 'comments-table', 'json') | $raw %];
2052
                var comments_table = $("#comments_table").kohaTable(
2052
                var comments_table = $("#comments_table").kohaTable(
2053
                    {
2053
                    {
2054
                        paginate: false,
2054
                        paging: false,
2055
                        autoWidth: false,
2055
                        autoWidth: false,
2056
                        order: [[2, "desc"]],
2056
                        order: [[2, "desc"]],
2057
                    },
2057
                    },
Lines 2105-2111 Link Here
2105
                        orderable: false,
2105
                        orderable: false,
2106
                    },
2106
                    },
2107
                ],
2107
                ],
2108
                paginate: false,
2108
                paging: false,
2109
                ajax: { url: `/api/v1/biblios/${biblionumber}/item_groups?_per_page=-1` },
2109
                ajax: { url: `/api/v1/biblios/${biblionumber}/item_groups?_per_page=-1` },
2110
            });
2110
            });
2111
2111
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-1 / +1 lines)
Lines 237-243 Link Here
237
            $("#resultst").kohaTable({
237
            $("#resultst").kohaTable({
238
                dom: "t",
238
                dom: "t",
239
                order: [[1, "asc"]],
239
                order: [[1, "asc"]],
240
                paginate: false,
240
                paging: false,
241
            });
241
            });
242
            InitLastAction();
242
            InitLastAction();
243
        });
243
        });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-1 / +1 lines)
Lines 270-276 Link Here
270
            var thetable = $("#resultst").kohaTable(
270
            var thetable = $("#resultst").kohaTable(
271
                {
271
                {
272
                    columnDefs: [{ targets: [1], type: "nsb-nse" }],
272
                    columnDefs: [{ targets: [1], type: "nsb-nse" }],
273
                    paginate: false,
273
                    paging: false,
274
                    searching: false,
274
                    searching: false,
275
                    info: false,
275
                    info: false,
276
                },
276
                },
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-1 / +1 lines)
Lines 367-373 Link Here
367
            $("#checkout_infos").kohaTable({
367
            $("#checkout_infos").kohaTable({
368
                dom: "t",
368
                dom: "t",
369
                order: [],
369
                order: [],
370
                paginate: false,
370
                paging: false,
371
            });
371
            });
372
        });
372
        });
373
        // On-site batch checkout
373
        // On-site batch checkout
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-2 / +2 lines)
Lines 1524-1530 Link Here
1524
            var returns_table = $("#checkedintable").kohaTable(
1524
            var returns_table = $("#checkedintable").kohaTable(
1525
                {
1525
                {
1526
                    searching: false,
1526
                    searching: false,
1527
                    paginate: false,
1527
                    paging: false,
1528
                    info: false,
1528
                    info: false,
1529
                    ordering: false,
1529
                    ordering: false,
1530
                    dom: '<"table_controls"B>rt',
1530
                    dom: '<"table_controls"B>rt',
Lines 1705-1711 Link Here
1705
1705
1706
            $("#items-bundle-contents-table").kohaTable({
1706
            $("#items-bundle-contents-table").kohaTable({
1707
                searching: false,
1707
                searching: false,
1708
                paginate: false,
1708
                paging: false,
1709
                info: false,
1709
                info: false,
1710
                order: [
1710
                order: [
1711
                    [1, "asc"],
1711
                    [1, "asc"],
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt (-1 / +1 lines)
Lines 123-129 Link Here
123
            [% FOREACH library IN libraries %]
123
            [% FOREACH library IN libraries %]
124
                $("#transferst[% library.branchcode | html %]").kohaTable({
124
                $("#transferst[% library.branchcode | html %]").kohaTable({
125
                    dom: "t",
125
                    dom: "t",
126
                    paginate: false,
126
                    paging: false,
127
                });
127
                });
128
            [% END %]
128
            [% END %]
129
        });
129
        });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-1 / +1 lines)
Lines 127-133 Link Here
127
            [% FOREACH branchesloo IN branchesloop %]
127
            [% FOREACH branchesloo IN branchesloop %]
128
                $("#transferst[% branchesloo.branchcode | html %]").kohaTable({
128
                $("#transferst[% branchesloo.branchcode | html %]").kohaTable({
129
                    dom: "t",
129
                    dom: "t",
130
                    paginate: false,
130
                    paging: false,
131
                });
131
                });
132
            [% END %]
132
            [% END %]
133
        });
133
        });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-1 / +1 lines)
Lines 347-353 Link Here
347
                {
347
                {
348
                    dom: 'B<"clearfix">t',
348
                    dom: 'B<"clearfix">t',
349
                    orderCellsTop: true,
349
                    orderCellsTop: true,
350
                    paginate: false,
350
                    paging: false,
351
                },
351
                },
352
                table_settings
352
                table_settings
353
            );
353
            );
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt (-1 / +1 lines)
Lines 144-150 Link Here
144
    <script>
144
    <script>
145
        $(document).ready(function() {
145
        $(document).ready(function() {
146
            $("#suggestions").kohaTable({
146
            $("#suggestions").kohaTable({
147
                paginate: false,
147
                paging: false,
148
                searching: false,
148
                searching: false,
149
                info: false,
149
                info: false,
150
                dom: "t",
150
                dom: "t",
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt (-1 / +1 lines)
Lines 117-123 Link Here
117
        $(document).ready(function() {
117
        $(document).ready(function() {
118
            $("#statistics").kohaTable({
118
            $("#statistics").kohaTable({
119
                dom: "t",
119
                dom: "t",
120
                paginate: false,
120
                paging: false,
121
            });
121
            });
122
        });
122
        });
123
    </script>
123
    </script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt (-1 / +1 lines)
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
                paginate: false,
71
                paging: false,
72
            });
72
            });
73
            $("#updatechildf").validate({
73
            $("#updatechildf").validate({
74
                rules: {
74
                rules: {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt (-1 / +1 lines)
Lines 286-292 Link Here
286
            });
286
            });
287
287
288
            $("#installed_plugins").kohaTable({
288
            $("#installed_plugins").kohaTable({
289
                paginate: false,
289
                paging: false,
290
            });
290
            });
291
        });
291
        });
292
    </script>
292
    </script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (-1 / +1 lines)
Lines 220-226 Link Here
220
                {
220
                {
221
                    order: [],
221
                    order: [],
222
                    autoWidth: false,
222
                    autoWidth: false,
223
                    paginate: false,
223
                    paging: false,
224
                },
224
                },
225
                table_settings,
225
                table_settings,
226
                "with_filters"
226
                "with_filters"
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt (-1 / +1 lines)
Lines 114-120 Link Here
114
            $(document).ready(function(){
114
            $(document).ready(function(){
115
                $("#itemtypest").kohaTable({
115
                $("#itemtypest").kohaTable({
116
                    dom: "t",
116
                    dom: "t",
117
                    paginate: false,
117
                    paging: false,
118
                });
118
                });
119
            });
119
            });
120
        </script>
120
        </script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt (-1 / +1 lines)
Lines 171-177 Link Here
171
    <script>
171
    <script>
172
        $(document).ready(function() {
172
        $(document).ready(function() {
173
            $("#resulttable").kohaTable({
173
            $("#resulttable").kohaTable({
174
                paginate: false,
174
                paging: false,
175
            });
175
            });
176
        });
176
        });
177
    </script>
177
    </script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-2 / +2 lines)
Lines 1500-1506 Link Here
1500
            hold_table_settings = [% TablesSettings.GetTableSettings( 'circ', 'holds', 'patron_holds_table', 'json' ) | $raw %];
1500
            hold_table_settings = [% TablesSettings.GetTableSettings( 'circ', 'holds', 'patron_holds_table', 'json' ) | $raw %];
1501
            $("#patron_holds_table").kohaTable(
1501
            $("#patron_holds_table").kohaTable(
1502
                {
1502
                {
1503
                    bPaginate: false,
1503
                    paging: false,
1504
                    bKohaColumnsUseNames: true,
1504
                    bKohaColumnsUseNames: true,
1505
                },
1505
                },
1506
                hold_table_settings
1506
                hold_table_settings
Lines 1575-1581 Link Here
1575
            [% END %]
1575
            [% END %]
1576
1576
1577
            var my_table = $("#requestspecific").kohaTable({
1577
            var my_table = $("#requestspecific").kohaTable({
1578
                paginate: false,
1578
                paging: false,
1579
                dom: '<"top pager"ilf>t',
1579
                dom: '<"top pager"ilf>t',
1580
            });
1580
            });
1581
1581
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (-1 / +1 lines)
Lines 248-254 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
                paginate: false,
251
                paging: false,
252
            });
252
            });
253
            $('#supplierid').change(function() {
253
            $('#supplierid').change(function() {
254
                $('#claims').submit();
254
                $('#claims').submit();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-1 / +1 lines)
Lines 370-376 Link Here
370
                order: [[0, "desc"]],
370
                order: [[0, "desc"]],
371
                dom: "t",
371
                dom: "t",
372
                autoWidth: false,
372
                autoWidth: false,
373
                paginate: false,
373
                paging: false,
374
                info: false,
374
                info: false,
375
                searching: false,
375
                searching: false,
376
            });
376
            });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt (-1 / +1 lines)
Lines 463-469 Link Here
463
                        { visible: false, targets: ["NoVisible"] },
463
                        { visible: false, targets: ["NoVisible"] },
464
                        { orderable: false, targets: ["_all"] },
464
                        { orderable: false, targets: ["_all"] },
465
                    ],
465
                    ],
466
                    paginate: false,
466
                    paging: false,
467
                    autoWidth: false,
467
                    autoWidth: false,
468
                    ordering: false,
468
                    ordering: false,
469
                },
469
                },
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt (-1 / +1 lines)
Lines 84-90 Link Here
84
                columnDefs: [
84
                columnDefs: [
85
                    { targets: [-1], orderSequence: ["desc", "asc"], searchable: false },
85
                    { targets: [-1], orderSequence: ["desc", "asc"], searchable: false },
86
                ],
86
                ],
87
                paginate: false,
87
                paging: false,
88
            });
88
            });
89
    });
89
    });
90
</script>
90
</script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-2 / +2 lines)
Lines 350-356 Link Here
350
              ],
350
              ],
351
              dom: "t",
351
              dom: "t",
352
              order: [],
352
              order: [],
353
              paginate: false,
353
              paging: false,
354
          });
354
          });
355
355
356
          $("#authorities").kohaTable({
356
          $("#authorities").kohaTable({
Lines 359-365 Link Here
359
              ],
359
              ],
360
              dom: "t",
360
              dom: "t",
361
              order: [],
361
              order: [],
362
              paginate: false,
362
              paging: false,
363
          });
363
          });
364
364
365
          $("#selectrecords").on("submit",function(){
365
          $("#selectrecords").on("submit",function(){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt (-2 / +2 lines)
Lines 285-291 Link Here
285
                ],
285
                ],
286
                dom: "t",
286
                dom: "t",
287
                order: [],
287
                order: [],
288
                paginate: false,
288
                paging: false,
289
            });
289
            });
290
290
291
            $("#checkouts_result").kohaTable({
291
            $("#checkouts_result").kohaTable({
Lines 294-300 Link Here
294
                ],
294
                ],
295
                dom: "t",
295
                dom: "t",
296
                order: [],
296
                order: [],
297
                paginate: false,
297
                paging: false,
298
            });
298
            });
299
299
300
            $("#extend_due_dates_form").on('submit', function(e) {
300
            $("#extend_due_dates_form").on('submit', function(e) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-2 / +2 lines)
Lines 344-350 Link Here
344
                ],
344
                ],
345
                dom: "t",
345
                dom: "t",
346
                order: [],
346
                order: [],
347
                paginate: false,
347
                paging: false,
348
            });
348
            });
349
349
350
            $("#authorities").kohaTable({
350
            $("#authorities").kohaTable({
Lines 353-359 Link Here
353
                ],
353
                ],
354
                dom: "t",
354
                dom: "t",
355
                order: [],
355
                order: [],
356
                paginate: false,
356
                paging: false,
357
            });
357
            });
358
358
359
            $("#mainformsubmit").click(function() {
359
            $("#mainformsubmit").click(function() {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt (-2 / +2 lines)
Lines 596-607 Link Here
596
            });
596
            });
597
            $("#holidayweeklyrepeatable").kohaTable({
597
            $("#holidayweeklyrepeatable").kohaTable({
598
                dom: "t",
598
                dom: "t",
599
                paginate: false,
599
                paging: false,
600
            });
600
            });
601
601
602
            let dt_params = {
602
            let dt_params = {
603
                dom: "t",
603
                dom: "t",
604
                paginate: false,
604
                paging: false,
605
                createdRow: function (row, data, dataIndex) {
605
                createdRow: function (row, data, dataIndex) {
606
                    var holiday = $(row).data("date");
606
                    var holiday = $(row).data("date");
607
                    if (holiday < datestring) {
607
                    if (holiday < datestring) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt (-1 / +1 lines)
Lines 194-200 Link Here
194
            }
194
            }
195
            $(".overduerulest").kohaTable({
195
            $(".overduerulest").kohaTable({
196
                dom: '<"top pager"f>rt<"clear">',
196
                dom: '<"top pager"f>rt<"clear">',
197
                paginate: false,
197
                paging: false,
198
            });
198
            });
199
199
200
            $("#overduerulesf").on("submit", function(e){
200
            $("#overduerulesf").on("submit", function(e){
(-)a/koha-tmpl/intranet-tmpl/prog/js/marc_subfields_structure.js (-2 / +1 lines)
Lines 31-37 $(document).ready(function() { Link Here
31
    });
31
    });
32
    $("#table_marcsubfieldstructure").kohaTable({
32
    $("#table_marcsubfieldstructure").kohaTable({
33
        order: [],
33
        order: [],
34
        paginate: false,
34
        paging: false,
35
    });
35
    });
36
36
37
    selectBsTabByHash("subfieldtabs");
37
    selectBsTabByHash("subfieldtabs");
38
- 

Return to bug 38984