|
{trans("First name:")}
|
|
|
{trans("Last name:")}
|
|
|
{trans("Position:")} |
|
|
{trans("E-mail:")} |
|
|
{trans("Phone:")} |
|
|
{trans("Notification:")} |
|
{if $layout.logid ne $userinfo.id}
|
{trans("Account active:")} |
|
 |
{trans("Account active:")} |
{trans('from')}:
{trans('to')}:
|
|
|
|
{else}
|
{/if}
|
{trans("Two factor authentication:")}
|
|
|
{trans("Secret key:")}
|
|
|
{trans("Allowed hosts:")}
|
|
|
{trans("Password expiration:")}
|
|
|
{trans("Access rights:")}
|
|
|
{trans("Groups:")}
|
{include file="multiselect.html" selected=$userinfo.selected available_tip="Enabled:" selected_tip="Disabled:"}
|
{button type="submit" icon="save" label="Submit"}
{button icon="cancel" label="Cancel" onclick="location.href = '?m=userinfo&id={$userinfo.id}';"}
|