{include file="header.html"}

{$layout.pagetitle}

{t}Login:{/t} ({$userinfo.id|string_format:"%04d"})
{t}First/last name:{/t}
{t}Position:{/t}
{t}E-mail:{/t}
{t}Phone:{/t}
{t}Notification:{/t} {t}email{/t} {t}sms{/t}
{t}Allowed hosts:{/t}
{t}Access rights:{/t}
{section name=acl loop=$accesslist} {if $smarty.section.acl.index <= floor(sizeof($accesslist)/2) - 1} {$accesslist[acl].name}
{/if} {/section}
{section name=acl loop=$accesslist} {if $smarty.section.acl.index > floor(sizeof($accesslist)/2) - 1} {$accesslist[acl].name}
{/if} {/section}
{t}Groups:{/t} {include file="multiselect.html" selected=$userinfo.selected available_tip="Enabled:" selected_tip="Disabled:"}
{t}Submit{/t} {t}Cancel{/t}
{include file="footer.html"}