diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-21 00:21:48 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-21 00:21:48 +0000 |
commit | db61b2603918d582afad82b8036fac7f5240a627 (patch) | |
tree | 7d5cc8f01eb970dc80e65fc4fdf9bfa9c1c59cd5 /modules/comment/comment.module | |
parent | bf49ab721394036a9e3396236cab76ae6db0594f (diff) | |
download | brdo-db61b2603918d582afad82b8036fac7f5240a627.tar.gz brdo-db61b2603918d582afad82b8036fac7f5240a627.tar.bz2 |
#439798 by Rob Loach: Added Vertical Tabs to the Node Type Form.
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 2 insertions, 0 deletions
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', |