From db61b2603918d582afad82b8036fac7f5240a627 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 21 Aug 2009 00:21:48 +0000 Subject: #439798 by Rob Loach: Added Vertical Tabs to the Node Type Form. --- modules/comment/comment.module | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 18653611c..b06b186a4 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -932,6 +932,8 @@ function comment_form_node_type_form_alter(&$form, $form_state) { '#title' => t('Comment settings'), '#collapsible' => TRUE, '#collapsed' => TRUE, + '#group' => 'additional_settings', + '#attached_js' => array(drupal_get_path('module', 'comment') . '/comment-node-form.js'), ); $form['comment']['comment_default_mode'] = array( '#type' => 'checkbox', -- cgit v1.2.3