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.

Comments

dave reid’s picture

Note the patch should use a group value of "additional_settings" and not "additional settings"

jcmarco’s picture

StatusFileSize
new517 bytes
dave reid’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me. One small step closer to being Drupal 7 ported. :)

MGN’s picture

Thanks....And I do have a 7.x-2.x-dev version in the works that already implements this, so I think it makes sense to have it in the 6.x-2.x-dev version as well.

dave reid’s picture

@MGN Thanks! Really appreciate your support to backport this.

MGN’s picture

Status: Reviewed & tested by the community » Fixed

Committed to 6.x-2.x-dev http://drupal.org/cvs?commit=312398

Status: Fixed » Closed (fixed)
Issue tags: -vertical tabs

Automatically closed -- issue fixed for 2 weeks with no activity.