summaryrefslogtreecommitdiff
path: root/modules/upload
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-10-28 14:04:20 +0000
committerDries Buytaert <dries@buytaert.net>2005-10-28 14:04:20 +0000
commitef7d2c8a9fe188ee138101ec839246303972ac0d (patch)
tree2a3a170ecf04f2a0aa82c1ced60efb4625f4f135 /modules/upload
parentda1de1df9f3efe7a08901ea83b9e011637997140 (diff)
downloadbrdo-ef7d2c8a9fe188ee138101ec839246303972ac0d.tar.gz
brdo-ef7d2c8a9fe188ee138101ec839246303972ac0d.tar.bz2
- Patch #34920 by tangent: reorganized the node submission form a bit.
Diffstat (limited to 'modules/upload')
-rw-r--r--modules/upload/upload.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/upload/upload.module b/modules/upload/upload.module
index 50f795bc2..67069b902 100644
--- a/modules/upload/upload.module
+++ b/modules/upload/upload.module
@@ -395,7 +395,7 @@ function upload_form($node) {
$form['attachments'] = array(
'#type' => 'fieldset', '#title' => t('File attachments'), '#collapsible' => TRUE, '#collapsed' => empty($node->files),
'#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' => 15
+ '#prefix' => '<div class="attachments">', '#suffix' => '</div>'
);
$form['attachments'] += _upload_form($node);