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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-1 / +2 lines)
Lines 459-464 Link Here
459
        $(document).ready(function() {
459
        $(document).ready(function() {
460
            var osrlt = $("#opened table").dataTable($.extend(true, {}, dataTablesDefaults, {
460
            var osrlt = $("#opened table").dataTable($.extend(true, {}, dataTablesDefaults, {
461
                "sPaginationType": "four_button",
461
                "sPaginationType": "four_button",
462
                "order": [[ 2, "asc" ]],
462
                "aoColumnDefs": [
463
                "aoColumnDefs": [
463
                    { 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
464
                    { 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
464
                    { "sType": "title-string", "aTargets" : [ "title-string" ] },
465
                    { "sType": "title-string", "aTargets" : [ "title-string" ] },
Lines 468-473 Link Here
468
469
469
            var csrlt = $("#closed table").dataTable($.extend(true, {}, dataTablesDefaults, {
470
            var csrlt = $("#closed table").dataTable($.extend(true, {}, dataTablesDefaults, {
470
                // FIXME sort function of additional_fields!
471
                // FIXME sort function of additional_fields!
472
                "order": [[ 2, "asc" ]],
471
                "sPaginationType": "four_button",
473
                "sPaginationType": "four_button",
472
                "aoColumnDefs": [
474
                "aoColumnDefs": [
473
                    { 'bSortable': false, 'aTargets': [ 'NoSort' ] },
475
                    { 'bSortable': false, 'aTargets': [ 'NoSort' ] },
474
- 

Return to bug 22156