From 2abae44ff15137ed12ee4dbdf139352f56dd208f Mon Sep 17 00:00:00 2001 From: Angie Byron <webchick@24967.no-reply.drupal.org> Date: Fri, 28 Jan 2011 07:28:22 +0000 Subject: [PATCH] #1024608 by yched: Move help text setting above field-specific settings on field UI page. --- modules/field_ui/field_ui.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/field_ui/field_ui.admin.inc b/modules/field_ui/field_ui.admin.inc index 6274d5ab1a5a..843cfe50a755 100644 --- a/modules/field_ui/field_ui.admin.inc +++ b/modules/field_ui/field_ui.admin.inc @@ -1793,7 +1793,7 @@ function field_ui_field_edit_form($form, &$form_state, $instance) { '#default_value' => !empty($instance['description']) ? $instance['description'] : '', '#rows' => 5, '#description' => t('Instructions to present to the user below this field on the editing form.<br />Allowed HTML tags: @tags', array('@tags' => _field_filter_xss_display_allowed_tags())), - '#weight' => 0, + '#weight' => -5, ); // Build the widget component of the instance. -- GitLab