incView('include/page-top', false);
// echo $this->data->iAutoForm('user_edit','post','','top');
echo '
';
if ($id = $this->data->getUid()) {
if ($id == $this->fc->user->getUid()) {
TR::phtml('security','my_account');
} else {
TR::phtml('ui','edit_user');
}
} else {
TR::phtml('ui','create_user');
}
echo '
';
echo $this->data->iForm('user_edit','post');
echo $this->data->iHidden('id');
?>
data->iFieldLabelled('nickname',TR::html('form','nick_name'),'','li class="compulsory"');
echo $this->data->iFieldLabelled('email',TR::html('form','email'));
?>
-
data->iTimeZone('time_zone'); ?>
data->iFieldLabelled('username',TR::html('form','username'),'','li class="compulsory"');
?>
-
data->iPass('pass1', false); ?>
-
data->iPass('pass2', false); ?>
data->getUid() != $this->fc->user->getUid()) {
// can only change rights for other users
?>
-
-
canDeleteThisUser) {
?>
incView('include/page-bot', false);