'label')); $type_control = elgg_view('input/pulldown', array('internalname' => 'type', 'options_values' => array( 'text' => elgg_echo('text'), 'longtext' => elgg_echo('longtext'), 'tags' => elgg_echo('tags'), 'url' => elgg_echo('url'), 'email' => elgg_echo('email') ))); $submit_control = elgg_view('input/submit', array('internalname' => elgg_echo('add'), 'value' => elgg_echo('add'))); $formbody = <<< END

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

END; echo "

" . elgg_echo('profile:explainchangefields') . "

"; echo elgg_view('input/form', array('body' => $formbody, 'action' => 'action/profile/editdefault'));