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;
CommentFileSizeAuthor
Screen shot 2010-01-02 at 21.19.25.png44.51 KBjoachim

Comments

mr.baileys’s picture

Status: Active » Closed (duplicate)

This was resolved by #482816: Make a consistent wrapper around submit buttons, which was committed just after this issue was opened...