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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-2 / +2 lines)
Lines 435-441 Link Here
435
            [% ELSE %]
435
            [% ELSE %]
436
                grouped = $("#grouped").kohaTable({
436
                grouped = $("#grouped").kohaTable({
437
                    dom: "t",
437
                    dom: "t",
438
                    columnDefs: [{ sortable: false, targets: ["NoSort"] }],
438
                    columnDefs: [{ orderable: false, targets: ["NoSort"] }],
439
                    autoWidth: false,
439
                    autoWidth: false,
440
                    language: {
440
                    language: {
441
                        emptyTable: _("There are no baskets in this group"),
441
                        emptyTable: _("There are no baskets in this group"),
Lines 443-449 Link Here
443
                });
443
                });
444
                ungrouped = $("#ungrouped").kohaTable({
444
                ungrouped = $("#ungrouped").kohaTable({
445
                    dom: "t",
445
                    dom: "t",
446
                    columnDefs: [{ sortable: false, targets: ["NoSort"] }],
446
                    columnDefs: [{ orderable: false, targets: ["NoSort"] }],
447
                    autoWidth: false,
447
                    autoWidth: false,
448
                    language: {
448
                    language: {
449
                        emptyTable: _("There are no ungrouped baskets"),
449
                        emptyTable: _("There are no ungrouped baskets"),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt (-1 / +1 lines)
Lines 438-444 Link Here
438
    <script>
438
    <script>
439
        $(document).ready(function() {
439
        $(document).ready(function() {
440
            $("#table_authsubfieldstructure").kohaTable({
440
            $("#table_authsubfieldstructure").kohaTable({
441
                columnDefs: [{ sortable: false, targets: ["NoSort"] }],
441
                columnDefs: [{ orderable: false, targets: ["NoSort"] }],
442
                aaSorting: [],
442
                aaSorting: [],
443
                paginate: false,
443
                paginate: false,
444
            });
444
            });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt (-1 / +1 lines)
Lines 200-206 Link Here
200
200
201
            var table = $("#localization").kohaTable({
201
            var table = $("#localization").kohaTable({
202
                dom: "t",
202
                dom: "t",
203
                columnDefs: [{ sortable: false, targets: ["NoSort"] }],
203
                columnDefs: [{ orderable: false, targets: ["NoSort"] }],
204
                paginate: false,
204
                paginate: false,
205
                autoWidth: false,
205
                autoWidth: false,
206
            });
206
            });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_servers.tt (-1 / +1 lines)
Lines 213-219 Link Here
213
        [% ELSE %]
213
        [% ELSE %]
214
            $(document).ready(function() {
214
            $(document).ready(function() {
215
                $("#serverst").kohaTable({
215
                $("#serverst").kohaTable({
216
                    columnDefs: [{ sortable: false, targets: ["NoSort"] }],
216
                    columnDefs: [{ orderable: false, targets: ["NoSort"] }],
217
                    pagingType: "full",
217
                    pagingType: "full",
218
                });
218
                });
219
                $(".delete").on("click",function(e){
219
                $(".delete").on("click",function(e){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt (-1 / +1 lines)
Lines 60-66 Link Here
60
[% END %]
60
[% END %]
61
<script>
61
<script>
62
    var clubs_dt_params = {
62
    var clubs_dt_params = {
63
        columnDefs: [{ sortable: false, targets: ["NoSort"] }],
63
        columnDefs: [{ orderable: false, targets: ["NoSort"] }],
64
        paginate: true,
64
        paginate: true,
65
    };
65
    };
66
    $("#table_clubnoenrollmemnts").kohaTable(clubs_dt_params);
66
    $("#table_clubnoenrollmemnts").kohaTable(clubs_dt_params);
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/patron-lists-tab.tt (-1 / +1 lines)
Lines 112-118 Link Here
112
[% END %]
112
[% END %]
113
<script>
113
<script>
114
    var patron_lists_dt_params = {
114
    var patron_lists_dt_params = {
115
        columnDefs: [{ sortable: false, bSearchable: false, targets: ["NoSort"] }],
115
        columnDefs: [{ orderable: false, bSearchable: false, targets: ["NoSort"] }],
116
        sPaginationType: "full",
116
        sPaginationType: "full",
117
    };
117
    };
118
    $("#table_listnopatron").kohaTable(patron_lists_dt_params);
118
    $("#table_listnopatron").kohaTable(patron_lists_dt_params);
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt (-1 / +1 lines)
Lines 607-613 Link Here
607
                var table = $("#table_additional_contents").kohaTable({
607
                var table = $("#table_additional_contents").kohaTable({
608
                    order: [[4, "desc"]],
608
                    order: [[4, "desc"]],
609
                    columnDefs: [
609
                    columnDefs: [
610
                        { sortable: false, searchable: false, targets: ["NoSort"] },
610
                        { orderable: false, searchable: false, targets: ["NoSort"] },
611
                        { type: "anti-the", targets: ["anti-the"] },
611
                        { type: "anti-the", targets: ["anti-the"] },
612
                    ],
612
                    ],
613
                    pagingType: "full_numbers",
613
                    pagingType: "full_numbers",
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt (-1 / +1 lines)
Lines 546-552 Link Here
546
            if( $("#itemst").length > 0 ){
546
            if( $("#itemst").length > 0 ){
547
                var itemst = $("#itemst").kohaTable({
547
                var itemst = $("#itemst").kohaTable({
548
                    order: [[1, "asc"]],
548
                    order: [[1, "asc"]],
549
                    columnDefs: [{ targets: [0, -1], sortable: false, searchable: false }],
549
                    columnDefs: [{ targets: [0, -1], orderable: false, searchable: false }],
550
                    columns: [null, { type: "anti-the" }, null, null, null],
550
                    columns: [null, { type: "anti-the" }, null, null, null],
551
                });
551
                });
552
552
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-idref.tt (-1 / +1 lines)
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], sortable: false }],
57
                columnDefs: [{ targets: [-1, -2], orderable: false }],
58
            });
58
            });
59
59
60
            $(".role").click(function () {
60
            $(".role").click(function () {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt (-1 / +1 lines)
Lines 335-341 Link Here
335
    [% INCLUDE 'datatables.inc' %]
335
    [% INCLUDE 'datatables.inc' %]
336
    <script>
336
    <script>
337
        $("#illrequestlist").kohaTable({
337
        $("#illrequestlist").kohaTable({
338
            columnDefs: [{ targets: [-1], sortable: false, searchable: false }],
338
            columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
339
            order: [[3, "desc"]],
339
            order: [[3, "desc"]],
340
        });
340
        });
341
        $("#backend-dropdown-options").removeClass("nojs");
341
        $("#backend-dropdown-options").removeClass("nojs");
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt (-1 / +1 lines)
Lines 140-146 Link Here
140
                    details: { type: "column", target: -1 },
140
                    details: { type: "column", target: -1 },
141
                },
141
                },
142
                columnDefs: [
142
                columnDefs: [
143
                    { targets: ["nosort"], sortable: false, searchable: false },
143
                    { targets: ["nosort"], orderable: false, searchable: false },
144
                    { type: "anti-the", targets: ["anti-the"] },
144
                    { type: "anti-the", targets: ["anti-the"] },
145
                    { className: "dtr-control", orderable: false, targets: -1 },
145
                    { className: "dtr-control", orderable: false, targets: -1 },
146
                ],
146
                ],
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt (-1 / +1 lines)
Lines 298-304 Link Here
298
                order: [[1, "desc"]],
298
                order: [[1, "desc"]],
299
                dom: '<"top"<"table_entries"><"table_controls"fB>>t',
299
                dom: '<"top"<"table_entries"><"table_controls"fB>>t',
300
                columnDefs: [
300
                columnDefs: [
301
                    { targets: [0], sortable: false, searchable: false },
301
                    { targets: [0], orderable: false, searchable: false },
302
                    { className: "dtr-control", orderable: false, targets: -1 },
302
                    { className: "dtr-control", orderable: false, targets: -1 },
303
                ],
303
                ],
304
                language: {
304
                language: {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-1 / +1 lines)
Lines 598-604 Link Here
598
            $("#suggestt").kohaTable({
598
            $("#suggestt").kohaTable({
599
                "order": [[ 1, "asc" ]],
599
                "order": [[ 1, "asc" ]],
600
                "columnDefs": [
600
                "columnDefs": [
601
                  [% IF ( loggedinusername ) %]{ "targets": [ 0 ], "sortable": false, "searchable": false }[% END %],
601
                  [% IF ( loggedinusername ) %]{ "targets": [ 0 ], "orderable": false, "searchable": false }[% END %],
602
                    { "className": 'dtr-control', "orderable": false, "targets": -1 },
602
                    { "className": 'dtr-control', "orderable": false, "targets": -1 },
603
                    { responsivePriority: 1, targets: 1 }
603
                    { responsivePriority: 1, targets: 1 }
604
                ],
604
                ],
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-1 / +1 lines)
Lines 298-304 Link Here
298
            $("#mytagst").kohaTable({
298
            $("#mytagst").kohaTable({
299
                sorting: [[2, "asc"]],
299
                sorting: [[2, "asc"]],
300
                columnDefs: [
300
                columnDefs: [
301
                    { targets: [0], sortable: false, searchable: false },
301
                    { targets: [0], orderable: false, searchable: false },
302
                    { sType: "anti-the", aTargets: ["anti-the"] },
302
                    { sType: "anti-the", aTargets: ["anti-the"] },
303
                    { className: "dtr-control", orderable: false, targets: -1 },
303
                    { className: "dtr-control", orderable: false, targets: -1 },
304
                    { responsivePriority: 1, targets: 2 },
304
                    { responsivePriority: 1, targets: 2 },
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt (-1 / +1 lines)
Lines 150-156 Link Here
150
            $("#topissuest").kohaTable({
150
            $("#topissuest").kohaTable({
151
                sorting: [[3, "desc"]],
151
                sorting: [[3, "desc"]],
152
                columnDefs: [
152
                columnDefs: [
153
                    { sortable: false, searchable: false, targets: ["NoSort"] },
153
                    { orderable: false, searchable: false, targets: ["NoSort"] },
154
                    { type: "anti-the", targets: ["anti-the"] },
154
                    { type: "anti-the", targets: ["anti-the"] },
155
                    { className: "dtr-control", orderable: false, targets: -1 },
155
                    { className: "dtr-control", orderable: false, targets: -1 },
156
                ],
156
                ],
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-1 / +1 lines)
Lines 1210-1216 Link Here
1210
                    "sorting" : [[ thIndex, 'asc' ]],
1210
                    "sorting" : [[ thIndex, 'asc' ]],
1211
                    "dom": '<"top"<"table_entries"><"table_controls"fB>>t',
1211
                    "dom": '<"top"<"table_entries"><"table_controls"fB>>t',
1212
                    "columnDefs": [
1212
                    "columnDefs": [
1213
                        { "targets": [ "nosort" ],"sortable": false,"searchable": false },
1213
                        { "targets": [ "nosort" ],"orderable": false,"searchable": false },
1214
                        { "type": "anti-the", "targets" : [ "anti-the" ] },
1214
                        { "type": "anti-the", "targets" : [ "anti-the" ] },
1215
                        { "visible": false, "targets" : [ "hidden" ] },
1215
                        { "visible": false, "targets" : [ "hidden" ] },
1216
                        { "className": 'dtr-control', "orderable": false, "targets": -1 }
1216
                        { "className": 'dtr-control', "orderable": false, "targets": -1 }
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-2 / +1 lines)
Lines 461-467 Link Here
461
                        sorting: [[thIndex, "asc"]],
461
                        sorting: [[thIndex, "asc"]],
462
                        dom: '<"top"<"table_entries"><"table_controls"f>>t<"clear">',
462
                        dom: '<"top"<"table_entries"><"table_controls"f>>t<"clear">',
463
                        columnDefs: [
463
                        columnDefs: [
464
                            { targets: ["nosort"], sortable: false, searchable: false },
464
                            { targets: ["nosort"], orderable: false, searchable: false },
465
                            { targets: ["noshow"], visible: false, searchable: false },
465
                            { targets: ["noshow"], visible: false, searchable: false },
466
                            { type: "anti-the", targets: ["anti-the"] },
466
                            { type: "anti-the", targets: ["anti-the"] },
467
                            { visible: false, targets: ["hidden"] },
467
                            { visible: false, targets: ["hidden"] },
468
- 

Return to bug 26553