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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-3 / +3 lines)
Lines 1200-1208 Link Here
1200
    [% Asset.js("js/admin-menu.js") | $raw %]
1200
    [% Asset.js("js/admin-menu.js") | $raw %]
1201
    [% INCLUDE 'datatables.inc' %]
1201
    [% INCLUDE 'datatables.inc' %]
1202
    [% INCLUDE 'calendar.inc' %]
1202
    [% INCLUDE 'calendar.inc' %]
1203
    [% INCLUDE 'columns_settings.inc' %]
1203
    <script>
1204
    <script>
1204
         $(document).ready(function() {
1205
         $(document).ready(function() {
1205
            $("#default-circulation-rules").dataTable($.extend(true,{},dataTablesDefaults, {
1206
            KohaTable("default-circulation-rules", {
1206
                "aoColumnDefs": [
1207
                "aoColumnDefs": [
1207
                    { "bVisible": false, "aTargets": [ 0,2 ] },
1208
                    { "bVisible": false, "aTargets": [ 0,2 ] },
1208
                    { "bSortable": false, "aTargets": ["_all"] }
1209
                    { "bSortable": false, "aTargets": ["_all"] }
Lines 1210-1216 Link Here
1210
                "aaSortingFixed": [ [0,'asc'], [1,'asc'], [2,'asc'], [3,'asc'] ],
1211
                "aaSortingFixed": [ [0,'asc'], [1,'asc'], [2,'asc'], [3,'asc'] ],
1211
                "bPaginate": false,
1212
                "bPaginate": false,
1212
                "bAutoWidth": false
1213
                "bAutoWidth": false
1213
            }));
1214
            });
1214
        });
1215
        });
1215
1216
1216
        function clear_edit(){
1217
        function clear_edit(){
1217
- 

Return to bug 18392