Support simple dialog's save button to be a label with domain

pull/6040/head
Aleksander Machniak 7 years ago
parent 1f9ac5c18f
commit ce594a4405

@ -7866,7 +7866,7 @@ function rcube_webmail()
else
buttons.unshift({
text: this.get_label(save_label),
'class': 'mainaction ' + save_label,
'class': 'mainaction ' + save_label.replace(/^[^\.]+\./i, ''),
click: function(e, ui) { if (action_func(e)) close_func(e, ui, this); }
});

Loading…
Cancel
Save