{* * $Revision: 16235 $ * Read this before changing templates! http://codex.gallery2.org/Gallery2:Editing_Templates *}

{g->text text="Edit a group"}

{g->text text="Group Name"} {g->text text="(required)"}

{if isset($form.error.groupName.missing)}
{g->text text="You must enter a group name"}
{/if} {if isset($form.error.groupName.exists)}
{g->text text="Group '%s' already exists" arg1=$form.groupName}
{/if}