[drupal-devel] [feature] "File Attachments" group should be expanded if files are attached

drumm drupal-devel at drupal.org
Fri Aug 12 18:57:15 UTC 2005


Issue status update for 
http://drupal.org/node/28721
Post a follow up: 
http://drupal.org/project/comments/add/28721

 Project:      Drupal
 Version:      cvs
 Component:    upload.module
 Category:     feature requests
 Priority:     normal
 Assigned to:  Anonymous
 Reported by:  eafarris
 Updated by:   drumm
-Status:       patch (code needs review)
+Status:       patch (code needs work)

I think

<?php
$has_attachments ? FALSE : TRUE
?>


can be replaced with

<?php
!$has_attachments
?>






drumm



Previous comments:
------------------------------------------------------------------------

Thu, 11 Aug 2005 23:33:17 +0000 : eafarris

Attachment: http://drupal.org/files/issues/upload.module_1.patch (1.21 KB)

Simple patch that will expand the "File Attachments"
form_group_collapsible() by default if there are files attached.







More information about the drupal-devel mailing list