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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (+1 lines)
Lines 49-54 $(document).ready(function() { Link Here
49
            { "bVisible": false, "aTargets": [ 0, 1 ] },
49
            { "bVisible": false, "aTargets": [ 0, 1 ] },
50
            { "bSortable": false, "aTargets": ["_all"] }
50
            { "bSortable": false, "aTargets": ["_all"] }
51
        ],
51
        ],
52
        'dom': '<"top pager"ilpf>tr<"bottom pager"ip>',
52
        'bSort': true,
53
        'bSort': true,
53
        'aaSortingFixed': [[ 1, 'asc' ]],
54
        'aaSortingFixed': [[ 1, 'asc' ]],
54
        'bPaginate': false,
55
        'bPaginate': false,
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-1 / +1 lines)
Lines 191-196 var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") Link Here
191
                { "bVisible": false, "aTargets": [ 0, 1 ] },
191
                { "bVisible": false, "aTargets": [ 0, 1 ] },
192
                { "bSortable": false, "aTargets": ["_all"] }
192
                { "bSortable": false, "aTargets": ["_all"] }
193
            ],
193
            ],
194
            'dom': '<"top pager"ilpf>tr<"bottom pager"ip>',
194
            'bSort': true,
195
            'bSort': true,
195
            'aaSortingFixed': [[ 1, 'asc' ]],
196
            'aaSortingFixed': [[ 1, 'asc' ]],
196
            'bPaginate': false,
197
            'bPaginate': false,
197
- 

Return to bug 15285