Define 'save' class for password form button

pull/5838/head
Aleksander Machniak 7 years ago
parent 11f5560d35
commit 8e6eb9fa72

@ -278,8 +278,7 @@ class password extends rcube_plugin
$submit_button = $rcmail->output->button(array(
'command' => 'plugin.password-save',
'type' => 'input',
'class' => 'button mainaction',
'class' => 'button mainaction save',
'label' => 'save',
));
$form_buttons = html::p(array('class' => 'formbuttons'), $submit_button);

Loading…
Cancel
Save