<{if $actionForm->get('uid')}>
<{$smarty.const._AD_USER_LANG_USER_EDIT}>
<{else}>
<{$smarty.const._AD_USER_LANG_USER_NEW}>
<{/if}>
|
<{$smarty.const._MD_USER_LANG_UNAME}> |
">
<{xoops_input type=text name=uname value=$actionForm->get('uname') size=25 maxlength=25}>
|
<{$smarty.const._MD_USER_LANG_NAME}> |
">
<{xoops_input type=text name=name value=$actionForm->get('name') size=30 maxlength=60}>
|
<{$smarty.const._MD_USER_LANG_EMAIL}> |
">
<{xoops_input type=text name=email value=$actionForm->get('email') size=30 maxlength=60}>
|
<{$smarty.const._MD_USER_LANG_TIMEZONE_OFFSET}> |
">
|
<{$smarty.const._MD_USER_LANG_PASS}> |
">
<{xoops_input type=password name=pass size=25 maxlength=32}>
|
<{$smarty.const._AD_USER_LANG_VPASS}> |
">
<{xoops_input type=password name=vpass size=25 maxlength=32}>
|
<{$smarty.const._MD_USER_LANG_USER_MAILOK}> |
">
|
<{$smarty.const._AD_USER_LANG_GROUP}> |
">
|
<{$smarty.const._MD_USER_LANG_LEVEL}> |
">
<{if $actionForm->get('level') == 0}>
<{elseif $actionForm->get('level') == 5}>
<{$smarty.const._AD_USER_LANG_LEVEL_ROOT}><{xoops_input type=hidden name=level value=$actionForm->get('level') }>
<{else}>
<{$smarty.const._AD_USER_LANG_LEVEL_ACTIVE}><{xoops_input type=hidden name=level value="1" }>
<{/if}>
|