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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-1 / +2 lines)
Lines 11-17 Link Here
11
                { "aTargets": [ -1, -2 ], "bSortable": false, "bSearchable": false },
11
                { "aTargets": [ -1, -2 ], "bSortable": false, "bSearchable": false },
12
            ],
12
            ],
13
            "aaSorting": [[ 1, "asc" ]],
13
            "aaSorting": [[ 1, "asc" ]],
14
            "iDisplayLength": 10
14
            "iDisplayLength": 10,
15
            "sPaginationType": "full_numbers"
15
        }));
16
        }));
16
    });
17
    });
17
//]]>
18
//]]>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt (-1 / +1 lines)
Lines 18-23 $(document).ready(function() { Link Here
18
            { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false },
18
            { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false },
19
            { "aTargets": [ 1 ], "sType": "title-string" },
19
            { "aTargets": [ 1 ], "sType": "title-string" },
20
        ],
20
        ],
21
        "sPaginationType": "full_numbers"
21
    }));
22
    }));
22
23
23
    $('#tabs').tabs();
24
    $('#tabs').tabs();
24
- 

Return to bug 13863