The form at admin/config/development/logging is created by system_logging_settings. dblog module adds an element with dblog_form_system_logging_settings_alter().
However, setting the weight of the buttons appears to be having no effect:
$form['buttons']['#weight'] = 1;
| Comment | File | Size | Author |
|---|---|---|---|
| Screen shot 2010-01-02 at 21.19.25.png | 44.51 KB | joachim |
Comments
Comment #1
mr.baileysThis was resolved by #482816: Make a consistent wrapper around submit buttons, which was committed just after this issue was opened...