From ba6ef3017eb8ac1e6ccfd1ffebf97a476859315d Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 3 Jan 2010 21:01:04 +0000 Subject: #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons. --- modules/syslog/syslog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/syslog/syslog.module') diff --git a/modules/syslog/syslog.module b/modules/syslog/syslog.module index 87b406bdd..27c871af0 100644 --- a/modules/syslog/syslog.module +++ b/modules/syslog/syslog.module @@ -46,7 +46,7 @@ function syslog_form_system_logging_settings_alter(&$form, &$form_state) { '#options' => syslog_facility_list(), '#description' => t('Depending on the system configuration, Syslog and other logging tools use this code to identify or filter messages from within the entire system log.') . $help, ); - $form['buttons']['#weight'] = 1; + $form['actions']['#weight'] = 1; } } -- cgit v1.2.3