|
{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:")}
|
|
{if is_array($usergroups) && count($usergroups)}
{icon name="usergroup" class="fa-fw"}
|
{trans("User groups:")}
|
|
{/if}
{if is_array($customergroups) && count($customergroups)}
{icon name="customergroup" class="fa-fw"}
|
{trans("Customer groups:")}
|
|
{/if}
{if is_array($divisions) && count($divisions)}
{icon name="division" class="fa-fw"}
|
{trans("Divisions:")}
|
|
{/if}
{button type="submit" icon="save" label="Submit"}
{button icon="cancel" label="Cancel" onclick="location.href = '?m=userinfo&id={$userinfo.id}';"}
|