{* * $Revision: 1.7 $ * 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="Nokia Image Upload Configuration"}

{* * successful configure should return to modules view. * this block only needed until that bug is fixed. *} {if isset($status.configured)}

{g->text text="Settings saved successfully"}

{/if}

{g->text text="This module creates a target album for uploaded images. All users who perform an upload are automatically added to a group with upload access to this album. The album and group will be created using the information below."}

{g->text text="User Group"}

{g->text text="Enter a name for the group"}

{if isset($form.error.group.missing)}
{g->text text="Missing group name"}
{/if} {if isset($form.error.group.duplicate)}
{g->text text="Group name already exists"}
{/if}

{g->text text="Upload Album"}

{g->text text="Enter a title for the Upload Album"}

{if isset($form.error.album.missing)}
{g->text text="Missing album title"}
{/if}

{g->text text="Choose a location for the Upload Album"}