diff options
Diffstat (limited to 'modules/upload.module')
-rw-r--r-- | modules/upload.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/upload.module b/modules/upload.module index 6c2b05a47..1da1bc128 100644 --- a/modules/upload.module +++ b/modules/upload.module @@ -172,6 +172,7 @@ function upload_form_alter($form_id, &$form) { '#description' => t('Changes made to the attachments are not permanent until you save this post. The first "listed" file will be included in RSS feeds.'), '#prefix' => '<div class="attachments">', '#suffix' => '</div>', + '#weight' => 30, ); $form['attachments'] += _upload_form($node); $form['#attributes'] = array('enctype' => 'multipart/form-data'); |