From 45f4a1e166d090e23cb385c3238835fce61d1607 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 24 Apr 2010 14:49:14 +0000 Subject: - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit buttons. --- modules/path/path.admin.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'modules/path') diff --git a/modules/path/path.admin.inc b/modules/path/path.admin.inc index b400aa344..627a94a9d 100644 --- a/modules/path/path.admin.inc +++ b/modules/path/path.admin.inc @@ -122,10 +122,7 @@ function path_admin_form($form, &$form_state, $path = array('source' => '', 'ali '#value' => $path['language'] ); - $form['actions'] = array( - '#type' => 'container', - '#attributes' => array('class' => array('form-actions')), - ); + $form['actions'] = array('#type' => 'actions'); $form['actions']['submit'] = array( '#type' => 'submit', '#value' => t('Save'), -- cgit v1.2.3