From 61ad84e217b0a1bae8d607a1504c4b477d976ac5 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 24 Sep 2011 16:08:04 -0400 Subject: Refs #3864 updated the two form bodies for edit profile fields --- views/default/forms/profile/fields/add.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'views/default/forms/profile/fields/add.php') diff --git a/views/default/forms/profile/fields/add.php b/views/default/forms/profile/fields/add.php index 7961037e6..c1d07d2ce 100644 --- a/views/default/forms/profile/fields/add.php +++ b/views/default/forms/profile/fields/add.php @@ -1,8 +1,6 @@ 'type', 'options_val $submit_control = elgg_view('input/submit', array('name' => elgg_echo('add'), 'value' => elgg_echo('add'))); $formbody = <<< END -

$label_text: $label_control +

$label_text: $label_control $type_text: $type_control - $submit_control

+ $submit_control
END; echo autop(elgg_echo('profile:explainchangefields')); -- cgit v1.2.3