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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc (-2 / +2 lines)
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,
(-)a/koha-tmpl/intranet-tmpl/prog/js/datatables.js (-3 / +2 lines)
Lines 764-771 function _dt_buttons(params){ Link Here
764
                autoClose: true,
764
                autoClose: true,
765
                fade: 100,
765
                fade: 100,
766
                className: "copyConditions_controls",
766
                className: "copyConditions_controls",
767
                titleAttr: __("Copy conditions"),
767
                titleAttr: __("Copy shareable link"),
768
                text: '<i class="fa fa-lg fa-copy"></i> <span class="dt-button-text">' + __("Copy conditions") + '</span>',
768
                text: '<i class="fa fa-lg fa-copy"></i> <span class="dt-button-text">' + __("Copy shareable link") + '</span>',
769
                action: function (e, dt, node, config) {
769
                action: function (e, dt, node, config) {
770
                    let table_key = 'DataTables_%s_%s_%s'.format(
770
                    let table_key = 'DataTables_%s_%s_%s'.format(
771
                        table_settings.module,
771
                        table_settings.module,
772
- 

Return to bug 33484