From e550f8416210489aedd88a73cdc3c5b614edc574 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 21 Jun 2005 09:45:45 +0000 Subject: - Patch #16204 by Thox: committed the collapsible form elements patch. NOTE: this patch works well, but the improved node edit form still has some rough edges. It is important that we continue to improve usability. Give it a try. --- modules/upload/upload.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/upload/upload.module') diff --git a/modules/upload/upload.module b/modules/upload/upload.module index 0fce3ca46..2ad42b76d 100644 --- a/modules/upload/upload.module +++ b/modules/upload/upload.module @@ -383,7 +383,7 @@ function upload_form($node) { $output .= form_button(t('Attach'), 'fileop'); } - return '
'. form_group(t('Attachments'), $output, t('Changes made to the attachments are not permanent until you save this post. The first "listed" file will be included in RSS feeds.')) .'
'; + return '
'. form_group_collapsible(t('File Attachments'), $output, TRUE, t('Changes made to the attachments are not permanent until you save this post. The first "listed" file will be included in RSS feeds.')) .'
'; } function upload_load($node) { -- cgit v1.2.3