From c953d417e41cc822d52431478925f9ed617f2cd8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 2 Feb 2010 08:10:03 +0000 Subject: - Patch #645758 by Dave Reid: system_settings_form() should set a high weight for buttons. --- modules/system/system.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/system') diff --git a/modules/system/system.module b/modules/system/system.module index 4d0a064f4..eb1fc5ea7 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2501,6 +2501,7 @@ function _system_settings_form_automatic_defaults($form) { function system_settings_form($form, $automatic_defaults = TRUE) { $form['actions']['#type'] = 'container'; $form['actions']['#attributes']['class'][] = 'form-actions'; + $form['actions']['#weight'] = 100; $form['actions']['submit'] = array('#type' => 'submit', '#value' => t('Save configuration')); if ($automatic_defaults) { -- cgit v1.2.3