Lines 218-225
function KohaTable(id_selector, dt_parameters, table_settings, add_filters) {
Link Here
|
218 |
autoClose: true, |
218 |
autoClose: true, |
219 |
fade: 100, |
219 |
fade: 100, |
220 |
className: "copyConditions_controls", |
220 |
className: "copyConditions_controls", |
221 |
titleAttr: __("Copy conditions"), |
221 |
titleAttr: __("Copy shareable link"), |
222 |
text: '<i class="fa fa-lg fa-copy"></i> <span class="dt-button-text">' + __("Copy conditions") + '</span>', |
222 |
text: '<i class="fa fa-lg fa-copy"></i> <span class="dt-button-text">' + __("Copy shareable link") + '</span>', |
223 |
action: function (e, dt, node, config) { |
223 |
action: function (e, dt, node, config) { |
224 |
let table_key = 'DataTables_%s_%s_%s'.format( |
224 |
let table_key = 'DataTables_%s_%s_%s'.format( |
225 |
table_settings.module, |
225 |
table_settings.module, |