Lines 164-170
function KohaTable(id_selector, dt_parameters, table_settings, add_filters) {
Link Here
|
164 |
if ( CAN_user_parameters_manage_column_config ) { |
164 |
if ( CAN_user_parameters_manage_column_config ) { |
165 |
dt_parameters[ "buttons" ].push( |
165 |
dt_parameters[ "buttons" ].push( |
166 |
{ |
166 |
{ |
167 |
text: 'Configure this table', |
167 |
className: "dt_button_configure_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>', |
168 |
action: function() { |
170 |
action: function() { |
169 |
window.location = '/cgi-bin/koha/admin/columns_settings.pl?module=' + table_settings['module'] + '#' + table_settings['page'] + '#' + table_settings['table']; |
171 |
window.location = '/cgi-bin/koha/admin/columns_settings.pl?module=' + table_settings['module'] + '#' + table_settings['page'] + '#' + table_settings['table']; |
170 |
}, |
172 |
}, |