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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-2 / +2 lines)
Lines 31-37 Data deleted Link Here
31
                { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false },
31
                { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false },
32
            ],
32
            ],
33
            "aaSorting": [[ 2, "asc" ]],
33
            "aaSorting": [[ 2, "asc" ]],
34
            "iDisplayLength": 10
34
            "iDisplayLength": 10,
35
            "sPaginationType": "four_button"
35
        }));
36
        }));
36
        $( "#itemtypeentry" ).validate({
37
        $( "#itemtypeentry" ).validate({
37
            rules: {
38
            rules: {
38
- 

Return to bug 13459