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 12-17 Link Here
12
 $(document).ready(function() {
12
 $(document).ready(function() {
13
    var osrlt = $("#osrlt").dataTable($.extend(true, {}, dataTablesDefaults, {
13
    var osrlt = $("#osrlt").dataTable($.extend(true, {}, dataTablesDefaults, {
14
        "sPaginationType": "four_button",
14
        "sPaginationType": "four_button",
15
        "order": [[ 1, "asc" ]],
15
        "aoColumnDefs": [
16
        "aoColumnDefs": [
16
            { 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
17
            { 'bSortable': false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
17
            { "sType": "title-string", "aTargets" : [ "title-string" ] },
18
            { "sType": "title-string", "aTargets" : [ "title-string" ] },
Lines 22-27 Link Here
22
    var csrlt = $("#csrlt").dataTable($.extend(true, {}, dataTablesDefaults, {
23
    var csrlt = $("#csrlt").dataTable($.extend(true, {}, dataTablesDefaults, {
23
        // FIXME sort function of additional_fields!
24
        // FIXME sort function of additional_fields!
24
        "sPaginationType": "four_button",
25
        "sPaginationType": "four_button",
26
        "order": [[ 1, "asc" ]],
25
        "aoColumnDefs": [
27
        "aoColumnDefs": [
26
            { 'bSortable': false, 'aTargets': [ 'NoSort' ] },
28
            { 'bSortable': false, 'aTargets': [ 'NoSort' ] },
27
            { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] }
29
            { 'sType': "anti-the", 'aTargets' : [ 'anti-the'] }
28
- 

Return to bug 22156