{* This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *} Gift Registry - Manage Users {include file='navbar.tpl' isadmin=$isadmin}
{if isset($message)}
{$message|escape:'htmlall'}
{/if}
{foreach from=$users item=row} {/foreach}
Username Fullname E-mail E-mail messages? Approved? Admin?  
{$row.username} {$row.fullname} {$row.email} {if $row.email_msgs}Yes{else}No{/if} {if $row.approved}Yes{else}No{/if} {if $row.admin}Yes{else}No{/if} Edit User Delete User {if $row.email != ''} Reset Password {else} Reset Pwd {/if}
Add a new user
{if $action == "edit" || (isset($haserror) && $action == "update")} {else if $action == "" || (isset($haserror) && $action == "insert")} {/if}
{if $action == "edit" || $action == "update"}Edit User{else}Add User{/if}
{if isset($username_error)} {$username_error|escape:'htmlall'} {/if}
{if isset($fullname_error)} {$fullname_error|escape:'htmlall'} {/if}
{if isset($email_error)} {$email_error|escape:'htmlall'} {/if}
E-mail messages Approved Administrator