{* 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 Families {include file='navbar.tpl' isadmin=$isadmin}
{if isset($message)}
{$message|escape:'htmlall'}
{/if} {if $opt.show_helptext}
Here you can specify families that will use your gift registry. Members may belong to one or more family circles. After adding a new family, click Edit to add members to it.
{/if}
{foreach from=$families item=row} {/foreach}
Family # Members  
{$row.familyname|escape:'htmlall'} {$row.members} Edit Family Delete Family
Add a new family
{if $action == "edit" || (isset($haserror) && $action == "update")} {elseif $action == "" || (isset($haserror) && $action == "insert")} {/if}
{if $action == "edit" || $action == "update"}Edit family '{$familyname|escape:'htmlall'}'{else}Add Family{/if}
{if isset($familyname_error)} {$familyname_error|escape:'htmlall'} {/if}
{if $action == "edit"}
Members of '{$familyname|escape:'htmlall'}'

(Hold CTRL while clicking to select multiple users.)

{/if}