From 9442cbbf77a75585d4efe0c9a6fe8f3c1d121fe4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sun, 22 Aug 2010 14:14:17 +0000 Subject: [PATCH] - Patch #888438 by yched: field UI 'Manage fields' visual glitch. --- 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 f84b0283dabc..3ef665b87fbe 100644 --- a/modules/field_ui/field_ui.admin.inc +++ b/modules/field_ui/field_ui.admin.inc @@ -402,7 +402,7 @@ function field_ui_field_overview_form($form, &$form_state, $entity_type, $bundle $name = '_add_existing_field'; $table[$name] = array( '#parents' => array($name), - '#attributes' => array('class' => array('draggable', 'tabledrag-leaf', 'menu-disabled')), + '#attributes' => array('class' => array('draggable', 'tabledrag-leaf', 'add-new')), 'label' => array( '#type' => 'textfield', '#size' => 15, -- GitLab