diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-10-31 12:45:27 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-10-31 12:45:27 +0000 |
commit | 771cd5cba13c7e6d547cc9d0f8efa8ca9c14ef75 (patch) | |
tree | 04504ec2016778615bd09f7b2928c0c0f3eb0618 /modules | |
parent | d91b1c77aafa5cf69fa9069c940c174c56bd7e1d (diff) | |
download | brdo-771cd5cba13c7e6d547cc9d0f8efa8ca9c14ef75.tar.gz brdo-771cd5cba13c7e6d547cc9d0f8efa8ca9c14ef75.tar.bz2 |
- Patch #923998 by reglogge, Jeff Burnz: move advanced search form submit to the bottom of the form.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/node/node.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 074958a2c..956102cee 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -2659,6 +2659,7 @@ function node_form_search_form_alter(&$form, $form_state) { '#value' => t('Advanced search'), '#prefix' => '<div class="action">', '#suffix' => '</div>', + '#weight' => 100, ); // Languages: |