The attached patch uses jQuery to collapse the nested fieldsets of the node settings when you're looking at the general settings and vice versa. jQuery 1.3.2 comes with the .live event which would allow for more options but since Drupal 6 ships with 1.2.6 I think this is a good solution.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | acquia_marina_collapse.patch | 2.03 KB | wmostrey |
| acquia_marina_collapse.patch | 1.89 KB | wmostrey |
Comments
Comment #1
wmostrey commentedHere is an updated version which allows both fields to be collapsed.
Comment #2
jwolf commentedCommitted
Thanks Wim.