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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc (-5 / +16 lines)
Lines 26-35 function KohaTable(id_selector, dt_parameters, columns_settings, add_filters) { Link Here
26
            columns: included_ids,
26
            columns: included_ids,
27
            text: _("Column visibility"),
27
            text: _("Column visibility"),
28
        },
28
        },
29
        'excelHtml5',
29
        {
30
        'csvHtml5',
30
            extend: 'excelHtml5',
31
        'copyHtml5',
31
            text: _("Excel"),
32
        'print',
32
        },
33
        {
34
            extend: 'csvHtml5',
35
            text: _("CSV"),
36
        },
37
        {
38
            extend: 'copyHtml5',
39
            text: _("Copy"),
40
        },
41
        {
42
            extend: 'print',
43
            text: _("Print"),
44
        },
33
    ];
45
    ];
34
46
35
    var table = $(selector);
47
    var table = $(selector);
36
- 

Return to bug 18791