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')); ?>
  1. data->iTimeZone('time_zone'); ?>
  2. data->iFieldLabelled('username',TR::html('form','username'),'','li class="compulsory"'); ?>
  3. data->iPass('pass1', false); ?>
  4. data->iPass('pass2', false); ?>
  5. data->getUid() != $this->fc->user->getUid()) { // can only change rights for other users ?>
  6. canDeleteThisUser) { ?>
incView('include/page-bot', false);