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

(-)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-user.tt (-2 / +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 }
1216
- 

Return to bug 26553