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/path/path.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/path/path.module') diff --git a/modules/path/path.module b/modules/path/path.module index 1a7f7b9a4..3bcd9dadf 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -225,7 +225,8 @@ function path_form_alter($form_id, &$form) { '#type' => 'fieldset', '#title' => t('URL path settings'), '#collapsible' => TRUE, - '#collapsed' => TRUE, + '#collapsed' => empty($path), + '#weight' => 30, ); $form['path']['path'] = array( '#type' => 'textfield', -- cgit v1.2.3