{* * $Revision: 1.11 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}

{g->text text="Registration Settings"}

{if !empty($status)}

{if isset($status.saved)} {g->text text="Settings saved successfully"} {/if} {if isset($status.activated)} {g->text text="Activated user %s" arg1=$status.activated} {/if} {if isset($status.deleted)} {g->text text="Deleted user %s" arg1=$status.deleted} {/if}

{/if}

{g->text text="Confirmation Policy"}

{g->text text="The Registration module can accept new user registrations instantly, require the user to click a confirmation link in an email that is sent by the module, or require account activation by a site administrator."}

{g->text text="Choose policy:"}

{g->text text="Email details"}

{g->text text="Sender(From) Email Address:"}
{g->text text="Confirmation Email Subject:"}
{g->text text="Admin Email Subject:"}
{if $form.list.count>0}

{g->text text="Pending Registrations"}

{if ($form.list.maxPages > 1)}
{if ($form.list.page > 1)} {g->text text="« first"}   {g->text text="« back"} {/if}   {g->text text="Viewing page %d of %d" arg1=$form.list.page arg2=$form.list.maxPages}   {if ($form.list.page < $form.list.maxPages)} {g->text text="next »"}   {g->text text="last »"} {/if}
{/if} {foreach from=$form.list.userNames key=userId item=user} {/foreach}
{g->text text="Username"} {g->text text="Full Name"} {g->text text="Email"} {g->text text="Date"} {g->text text="Action"}
{$user.userName} {$user.fullName} {$user.email} {g->date timestamp=$user.creationTimestamp} {g->text text="activate"}   {g->text text="delete"}
{/if}