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 411-417 Link Here
411
            [% ELSE %]
411
            [% ELSE %]
412
                grouped = $("#grouped").kohaTable({
412
                grouped = $("#grouped").kohaTable({
413
                    dom: "t",
413
                    dom: "t",
414
                    columnDefs: [{ sortable: false, targets: ["NoSort"] }],
414
                    columnDefs: [{ orderable: false, targets: ["NoSort"] }],
415
                    autoWidth: false,
415
                    autoWidth: false,
416
                    language: {
416
                    language: {
417
                        emptyTable: _("There are no baskets in this group"),
417
                        emptyTable: _("There are no baskets in this group"),
Lines 419-425 Link Here
419
                });
419
                });
420
                ungrouped = $("#ungrouped").kohaTable({
420
                ungrouped = $("#ungrouped").kohaTable({
421
                    dom: "t",
421
                    dom: "t",
422
                    columnDefs: [{ sortable: false, targets: ["NoSort"] }],
422
                    columnDefs: [{ orderable: false, targets: ["NoSort"] }],
423
                    autoWidth: false,
423
                    autoWidth: false,
424
                    language: {
424
                    language: {
425
                        emptyTable: _("There are no ungrouped baskets"),
425
                        emptyTable: _("There are no ungrouped baskets"),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt (-1 / +1 lines)
Lines 412-418 Link Here
412
    <script>
412
    <script>
413
        $(document).ready(function() {
413
        $(document).ready(function() {
414
            $("#table_authsubfieldstructure").kohaTable({
414
            $("#table_authsubfieldstructure").kohaTable({
415
                columnDefs: [{ sortable: false, targets: ["NoSort"] }],
415
                columnDefs: [{ orderable: false, targets: ["NoSort"] }],
416
                aaSorting: [],
416
                aaSorting: [],
417
                paginate: false,
417
                paginate: false,
418
            });
418
            });
(-)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
                columnDefs: [{ sortable: false, targets: ["NoSort"] }],
189
                columnDefs: [{ orderable: false, targets: ["NoSort"] }],
190
                paginate: false,
190
                paginate: false,
191
                autoWidth: false,
191
                autoWidth: false,
192
            });
192
            });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_servers.tt (-1 / +1 lines)
Lines 222-228 Link Here
222
        [% ELSE %]
222
        [% ELSE %]
223
            $(document).ready(function() {
223
            $(document).ready(function() {
224
                $("#serverst").kohaTable({
224
                $("#serverst").kohaTable({
225
                    columnDefs: [{ sortable: false, targets: ["NoSort"] }],
225
                    columnDefs: [{ orderable: false, targets: ["NoSort"] }],
226
                    pagingType: "full",
226
                    pagingType: "full",
227
                });
227
                });
228
                $(".delete").on("click",function(e){
228
                $(".delete").on("click",function(e){
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt (-1 / +1 lines)
Lines 68-74 Link Here
68
68
69
<script>
69
<script>
70
var clubs_dt_params = {
70
var clubs_dt_params = {
71
    columnDefs: [{ sortable: false, targets: ["NoSort"] }],
71
    columnDefs: [{ orderable: false, targets: ["NoSort"] }],
72
    paginate: true,
72
    paginate: true,
73
};
73
};
74
$("#table_clubnoenrollmemnts").kohaTable(clubs_dt_params);
74
$("#table_clubnoenrollmemnts").kohaTable(clubs_dt_params);
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/patron-lists-tab.tt (-1 / +1 lines)
Lines 105-111 Link Here
105
105
106
<script>
106
<script>
107
    var patron_lists_dt_params = {
107
    var patron_lists_dt_params = {
108
        columnDefs: [{ sortable: false, bSearchable: false, targets: ["NoSort"] }],
108
        columnDefs: [{ orderable: false, bSearchable: false, targets: ["NoSort"] }],
109
        sPaginationType: "full",
109
        sPaginationType: "full",
110
    };
110
    };
111
    $("#table_listnopatron").kohaTable(patron_lists_dt_params);
111
    $("#table_listnopatron").kohaTable(patron_lists_dt_params);
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt (-1 / +1 lines)
Lines 606-612 Link Here
606
                var table = $("#table_additional_contents").kohaTable({
606
                var table = $("#table_additional_contents").kohaTable({
607
                    order: [[4, "desc"]],
607
                    order: [[4, "desc"]],
608
                    columnDefs: [
608
                    columnDefs: [
609
                        { sortable: false, searchable: false, targets: ["NoSort"] },
609
                        { orderable: false, searchable: false, targets: ["NoSort"] },
610
                        { type: "anti-the", targets: ["anti-the"] },
610
                        { type: "anti-the", targets: ["anti-the"] },
611
                    ],
611
                    ],
612
                    pagingType: "full_numbers",
612
                    pagingType: "full_numbers",
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt (-1 / +1 lines)
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], sortable: false, searchable: false }],
503
                        columnDefs: [{ targets: [0, -1], orderable: false, searchable: false }],
504
                        columns: [null, { type: "anti-the" }, null, null, null],
504
                        columns: [null, { type: "anti-the" }, null, null, null],
505
                    });
505
                    });
506
506
(-)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 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], sortable: false, searchable: false }],
344
            columnDefs: [{ targets: [-1], orderable: false, searchable: false }],
345
            order: [[3, "desc"]],
345
            order: [[3, "desc"]],
346
        });
346
        });
347
        $("#backend-dropdown-options").removeClass("nojs");
347
        $("#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 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], sortable: false, searchable: false },
300
                { targets: [0], orderable: false, searchable: false },
301
                { className: "dtr-control", orderable: false, targets: -1 },
301
                { className: "dtr-control", orderable: false, targets: -1 },
302
            ],
302
            ],
303
            language: {
303
            language: {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-1 / +1 lines)
Lines 567-573 Link Here
567
        $("#suggestt").kohaTable({
567
        $("#suggestt").kohaTable({
568
            "order": [[ 1, "asc" ]],
568
            "order": [[ 1, "asc" ]],
569
            "columnDefs": [
569
            "columnDefs": [
570
              [% IF ( loggedinusername ) %]{ "targets": [ 0 ], "sortable": false, "searchable": false }[% END %],
570
              [% IF ( loggedinusername ) %]{ "targets": [ 0 ], "orderable": false, "searchable": false }[% END %],
571
                { "className": 'dtr-control', "orderable": false, "targets": -1 },
571
                { "className": 'dtr-control', "orderable": false, "targets": -1 },
572
                { responsivePriority: 1, targets: 1 }
572
                { responsivePriority: 1, targets: 1 }
573
            ],
573
            ],
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-1 / +1 lines)
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], sortable: false, searchable: false },
265
                { targets: [0], orderable: false, searchable: false },
266
                { sType: "anti-the", aTargets: ["anti-the"] },
266
                { sType: "anti-the", aTargets: ["anti-the"] },
267
                { className: "dtr-control", orderable: false, targets: -1 },
267
                { className: "dtr-control", orderable: false, targets: -1 },
268
                { responsivePriority: 1, targets: 2 },
268
                { responsivePriority: 1, targets: 2 },
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt (-1 / +1 lines)
Lines 148-154 Link Here
148
            $("#topissuest").kohaTable({
148
            $("#topissuest").kohaTable({
149
                sorting: [[3, "desc"]],
149
                sorting: [[3, "desc"]],
150
                columnDefs: [
150
                columnDefs: [
151
                    { sortable: false, searchable: false, targets: ["NoSort"] },
151
                    { orderable: false, searchable: false, targets: ["NoSort"] },
152
                    { type: "anti-the", targets: ["anti-the"] },
152
                    { type: "anti-the", targets: ["anti-the"] },
153
                    { className: "dtr-control", orderable: false, targets: -1 },
153
                    { className: "dtr-control", orderable: false, targets: -1 },
154
                ],
154
                ],
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-1 / +1 lines)
Lines 1209-1215 Link Here
1209
                    "sorting" : [[ thIndex, 'asc' ]],
1209
                    "sorting" : [[ thIndex, 'asc' ]],
1210
                    "dom": '<"top"<"table_entries"><"table_controls"fB>>t',
1210
                    "dom": '<"top"<"table_entries"><"table_controls"fB>>t',
1211
                    "columnDefs": [
1211
                    "columnDefs": [
1212
                        { "targets": [ "nosort" ],"sortable": false,"searchable": false },
1212
                        { "targets": [ "nosort" ],"orderable": false,"searchable": false },
1213
                        { "type": "anti-the", "targets" : [ "anti-the" ] },
1213
                        { "type": "anti-the", "targets" : [ "anti-the" ] },
1214
                        { "visible": false, "targets" : [ "hidden" ] },
1214
                        { "visible": false, "targets" : [ "hidden" ] },
1215
                        { "className": 'dtr-control', "orderable": false, "targets": -1 }
1215
                        { "className": 'dtr-control', "orderable": false, "targets": -1 }
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-2 / +1 lines)
Lines 603-609 Link Here
603
                    sorting: [[thIndex, "asc"]],
603
                    sorting: [[thIndex, "asc"]],
604
                    dom: '<"top"<"table_entries"><"table_controls"f>>t<"clear">',
604
                    dom: '<"top"<"table_entries"><"table_controls"f>>t<"clear">',
605
                    columnDefs: [
605
                    columnDefs: [
606
                        { targets: ["nosort"], sortable: false, searchable: false },
606
                        { targets: ["nosort"], orderable: false, searchable: false },
607
                        { targets: ["noshow"], visible: false, searchable: false },
607
                        { targets: ["noshow"], visible: false, searchable: false },
608
                        { type: "anti-the", targets: ["anti-the"] },
608
                        { type: "anti-the", targets: ["anti-the"] },
609
                        { visible: false, targets: ["hidden"] },
609
                        { visible: false, targets: ["hidden"] },
610
- 

Return to bug 26553