diff options
| author | Carson Fleming <[email protected]> | 2024-11-25 22:41:46 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2024-11-25 22:41:46 -0800 |
| commit | 90441bf36a9763e0b123b325abfe27d9b72bbbf8 (patch) | |
| tree | 81c7349b90d597a2638acff3617ff7a4573496b9 | |
| parent | e23bbe642399705b9454c7cf3082249bd41b3d7e (diff) | |
| download | rc-inbox-settings-90441bf36a9763e0b123b325abfe27d9b72bbbf8.tar.gz | |
fix save button in settings thing
| -rw-r--r-- | inbox_settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inbox_settings.php b/inbox_settings.php index ce239ed..741e3af 100644 --- a/inbox_settings.php +++ b/inbox_settings.php @@ -139,7 +139,7 @@ class inbox_settings extends rcube_plugin { . html::tag('fieldset', null, html::tag('legend', null, rcube::Q($this->gettext('forwarding'))) . $forwarding_form->show(null))); - $save_button = (new html_inputfield([ + $save_button = (new html_button([ 'type' => 'submit', 'name' => 'save', 'class' => 'button mainaction submit' |
