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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc (-2 / +1 lines)
Lines 165-171 function KohaTable(id_selector, dt_parameters, table_settings, add_filters) { Link Here
165
        dt_parameters[ "buttons" ].push(
165
        dt_parameters[ "buttons" ].push(
166
            {
166
            {
167
                className: "dt_button_configure_table",
167
                className: "dt_button_configure_table",
168
                titleAttr: __("Configure this table"),
168
                titleAttr: _("Configure this table"),
169
                text: '<i class="fa fa-lg fa-wrench"></i> <span class="dt-button-text">' + _("Configure this table") + '</span>',
169
                text: '<i class="fa fa-lg fa-wrench"></i> <span class="dt-button-text">' + _("Configure this table") + '</span>',
170
                action: function() {
170
                action: function() {
171
                    window.location = '/cgi-bin/koha/admin/columns_settings.pl?module=' + table_settings['module'] + '&page=' + table_settings['page'] + '&table=' + table_settings['table'];
171
                    window.location = '/cgi-bin/koha/admin/columns_settings.pl?module=' + table_settings['module'] + '&page=' + table_settings['page'] + '&table=' + table_settings['table'];
172
- 

Return to bug 29723