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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc (-4 / +3 lines)
Lines 69-75 function KohaTable(id_selector, dt_parameters, columns_settings, add_filters) { Link Here
69
                dt.search( "" ).draw("page");
69
                dt.search( "" ).draw("page");
70
                node.addClass("disabled");
70
                node.addClass("disabled");
71
            }
71
            }
72
        },
72
        }
73
    ];
73
    ];
74
74
75
    if( included_ids.length > 0 ){
75
    if( included_ids.length > 0 ){
Lines 83-90 function KohaTable(id_selector, dt_parameters, columns_settings, add_filters) { Link Here
83
                text: '<i class="fa fa-lg fa-gear"></i> <span class="dt-button-text">' + _("Columns") + '</span>',
83
                text: '<i class="fa fa-lg fa-gear"></i> <span class="dt-button-text">' + _("Columns") + '</span>',
84
                exportOptions: {
84
                exportOptions: {
85
                    columns: exportColumns
85
                    columns: exportColumns
86
                },
86
                }
87
            },
87
            }
88
        );
88
        );
89
    }
89
    }
90
90
91
- 

Return to bug 23612