diff options
-rw-r--r-- | modules/poll/poll.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/poll/poll.module b/modules/poll/poll.module index af700af48..a87003128 100644 --- a/modules/poll/poll.module +++ b/modules/poll/poll.module @@ -202,7 +202,7 @@ function poll_form(&$node, $form_state) { // Add a wrapper for the choices and more button. $form['choice_wrapper'] = array( '#tree' => FALSE, - '#weight' => -5, + '#weight' => -4, '#prefix' => '<div class="clear-block" id="poll-choice-wrapper">', '#suffix' => '</div>', ); @@ -251,7 +251,7 @@ function poll_form(&$node, $form_state) { '#type' => 'fieldset', '#collapsible' => TRUE, '#title' => t('Poll settings'), - '#weight' => -4, + '#weight' => -3, ); $form['settings']['active'] = array( |