From deda57ffd5e91cd0a032d29ecbc0970b345bdb72 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Wed, 26 Oct 2011 07:16:11 -0400 Subject: Fixes #3926 updated spacing for edit profile field forms --- views/default/forms/profile/fields/add.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/default/forms/profile') diff --git a/views/default/forms/profile/fields/add.php b/views/default/forms/profile/fields/add.php index bd58ae381..1ea9c57a9 100644 --- a/views/default/forms/profile/fields/add.php +++ b/views/default/forms/profile/fields/add.php @@ -20,8 +20,8 @@ $type_control = elgg_view('input/dropdown', array('name' => 'type', 'options_val $submit_control = elgg_view('input/submit', array('name' => elgg_echo('add'), 'value' => elgg_echo('add'))); $formbody = <<< END -
$label_text: $label_control - $type_text: $type_control +
$label_text: $label_control
+
$type_text: $type_control $submit_control
END; -- cgit v1.2.3