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

(-)a/koha-tmpl/intranet-tmpl/prog/js/datatables.js (-2 / +1 lines)
Lines 818-824 jQuery.fn.dataTable.ext.errMode = function(settings, note, message) { Link Here
818
                {
818
                {
819
                    className: "dt_button_configure_table",
819
                    className: "dt_button_configure_table",
820
                    titleAttr: __("Configure this table"),
820
                    titleAttr: __("Configure this table"),
821
                    text: '<i class="fa fa-lg fa-wrench"></i> <span class="dt-button-text">' + __("Configure this table") + '</span>',
821
                    text: '<i class="fa fa-lg fa-wrench"></i> <span class="dt-button-text">' + __("Configure") + '</span>',
822
                    action: function() {
822
                    action: function() {
823
                        window.location = '/cgi-bin/koha/admin/columns_settings.pl?module=' + table_settings['module'] + '&page=' + table_settings['page'] + '&table=' + table_settings['table'];
823
                        window.location = '/cgi-bin/koha/admin/columns_settings.pl?module=' + table_settings['module'] + '&page=' + table_settings['page'] + '&table=' + table_settings['table'];
824
                    },
824
                    },
825
- 

Return to bug 31428