Elgg  Version 2.3
Variables
profile_fields.php File Reference

Go to the source code of this file.

Variables

 $add = elgg_view_form('profile/fields/add', array('class' => 'elgg-form-settings'), array())
 Admin area: edit default profile fields. More...
 
 $list = elgg_view('admin/appearance/profile_fields/list')
 
 $reset
 
 $body
 

Variable Documentation

$add = elgg_view_form('profile/fields/add', array('class' => 'elgg-form-settings'), array())

Admin area: edit default profile fields.

Definition at line 6 of file profile_fields.php.

$body
Initial value:
= <<<__HTML
<div class="mtl">$reset</div>
__HTML
$list
fieldset div
Definition: admin.css.php:485
$reset
$add
Admin area: edit default profile fields.
Examples:
/root/Elgg/engine/classes/Elgg/FormsService.php, and /root/Elgg/engine/lib/views.php.

Definition at line 18 of file profile_fields.php.

$list = elgg_view('admin/appearance/profile_fields/list')

Definition at line 7 of file profile_fields.php.

$reset
Initial value:
= elgg_view('output/url', array(
'text' => elgg_echo('reset'),
'href' => 'action/profile/fields/reset',
'title' => elgg_echo('profile:resetdefault'),
'confirm' => elgg_echo('profile:resetdefault:confirm'),
'class' => 'elgg-button elgg-button-cancel',
'is_trusted' => 'true',
))
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21
elgg_view($view, $vars=array(), $ignore1=false, $ignore2=false, $viewtype= '')
Return a parsed view.
Definition: views.php:336

Definition at line 9 of file profile_fields.php.