From 922a46d28159737a61602876b961147f46428267 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 15 Dec 2005 16:24:40 +0000 Subject: - Patch #34920 by Morbus/webchick/tangent: fixed order of form fields. --- modules/comment/comment.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index b4a5cdbd4..5b62a852e 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -241,9 +241,10 @@ function comment_form_alter($form_id, &$form) { $selected = isset($node->comment) ? $node->comment : variable_get("comment_$node->type", COMMENT_NODE_READ_WRITE); $form['user_comments'] = array( '#type' => 'fieldset', - '#title' => t('User Comments'), + '#title' => t('User comments'), '#collapsible' => TRUE, '#collapsed' => TRUE, + '#weight' => 30, ); $form['user_comments']['comment'] = array( '#type' => 'radios', -- cgit v1.2.3