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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (-2 / +1 lines)
Lines 208-215 Link Here
208
                "sDom": 't',
208
                "sDom": 't',
209
                    "aoColumnDefs": [
209
                    "aoColumnDefs": [
210
                        { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false },
210
                        { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false },
211
                        { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] },
211
                        { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] }
212
                        { 'sType': "title-string", 'aTargets' : [ 'title-string'] }
213
                    ],
212
                    ],
214
                "bPaginate": false
213
                "bPaginate": false
215
            }));
214
            }));
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-2 / +1 lines)
Lines 331-338 Link Here
331
            $('#subscription_years').tabs();
331
            $('#subscription_years').tabs();
332
            $(".subscription-year-table").dataTable($.extend(true, {}, dataTablesDefaults, {
332
            $(".subscription-year-table").dataTable($.extend(true, {}, dataTablesDefaults, {
333
                "aoColumnDefs": [
333
                "aoColumnDefs": [
334
                    { "aTargets": [ 0,-1 ], "bSortable": false, "bSearchable": false },
334
                    { "aTargets": [ 0,-1 ], "bSortable": false, "bSearchable": false }
335
                    { "sType": "title-string", "aTargets" : [ "title-string" ] }
336
                ],
335
                ],
337
                "aaSorting": [[0, 'desc']],
336
                "aaSorting": [[0, 'desc']],
338
                "sDom": 't',
337
                "sDom": 't',
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-2 lines)
Lines 441-447 Link Here
441
                "order": [[ 2, "asc" ]],
441
                "order": [[ 2, "asc" ]],
442
                "aoColumnDefs": [
442
                "aoColumnDefs": [
443
                    { 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
443
                    { 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
444
                    { "sType": "title-string", "aTargets" : [ "title-string" ] },
445
                    { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] }
444
                    { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] }
446
                ]
445
                ]
447
            }));
446
            }));
Lines 460-466 Link Here
460
                "sPaginationType": "full",
459
                "sPaginationType": "full",
461
                "aoColumnDefs": [
460
                "aoColumnDefs": [
462
                    { 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
461
                    { 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
463
                    { "sType": "title-string", "aTargets" : [ "title-string" ] },
464
                    { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] }
462
                    { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] }
465
                ]
463
                ]
466
            }));
464
            }));
(-)a/koha-tmpl/intranet-tmpl/prog/js/subscription-add.js (-2 lines)
Lines 426-432 function mana_search() { Link Here
426
                ],
426
                ],
427
                "aoColumnDefs": [
427
                "aoColumnDefs": [
428
                    { 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
428
                    { 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
429
                    { "sType": "title-string", "aTargets" : [ "title-string" ] },
430
                    { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] }
429
                    { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] }
431
                ]
430
                ]
432
            }));
431
            }));
433
- 

Return to bug 27998