In order to add support for vertical tabs (in D7 is a core feature and in D6 with vertical tabs module) is needed to add next property to fieldsets for the node type form and node form.
'#group' => 'additional_settings'.
This change is needed for D7 (core vertical tabs) and D6 (with vertical tabs module)
Thank you.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | content_profile_vertical_tabs.patch | 428 bytes | jcmarco |
| content_profile_vertical_tabs.patch | 428 bytes | jcmarco |
Comments
Comment #1
dave reidNote the patch should use a group value of "additional_settings" and not "additional settings"
Comment #2
Bilmar commentedsubscribing
Comment #3
jcmarco commentedComment #4
dave reidLooks good to me. One small step closer to being Drupal 7 ported. :)
Comment #5
fagoThanks, committed.