{if $r.admin_id} {assign var=title value="Edit Admin"} {else} {assign var=title value="Add Admin"} {/if} {include file="admin/header.inc.html"}

{$title}

{if $errors}{foreach from=$errors item=e}
  • {$e} {/foreach}{/if}
  • Username
    Password
    {if $r.admin_id > 0}keep empty to don't change password{/if}

    Confirm Password
    Email
    Super-User
    admin has no restrictions
    if this box is checked
    no restrictions if this box is checked
    Admin permissions
    {foreach from=$permissions key=p item=pn} {$pn} ({$p})
    {/foreach}

                                   


    {include file="admin/footer.inc.html"}