Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
dblog.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2010 at 21:25 UTC
Updated:
1 Mar 2010 at 14:27 UTC
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...