{** * groupForm.tpl * * Copyright (c) 2003-2011 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Group form under journal management. * * $Id$ *} {strip} {assign var="pageId" value="manager.groups.groupForm"} {assign var="pageCrumbTitle" value=$pageTitle} {include file="common/header.tpl"} {/strip}
{if $group} {/if}
{if $group} {/if} {include file="common/formErrors.tpl"} {if count($formLocales) > 1} {/if}
{fieldLabel name="formLocale" key="form.formLanguage"} {if $group}{url|assign:"groupFormUrl" op="editGroup" path=$group->getId() escape=false} {else}{url|assign:"groupFormUrl" op="createGroup" escape=false} {/if} {form_language_chooser form="groupForm" url=$groupFormUrl} {translate key="form.formLanguage.description"}
{fieldLabel name="title" required="true" key="manager.groups.title"}
    {fieldLabel name="publishEmail" key="manager.groups.publishEmails"}
{translate key="common.type"} {foreach from=$groupContextOptions item=groupContextOptionKey key=groupContextOptionValue}   {fieldLabel name="context-"|concat:$groupContextOptionValue key=$groupContextOptionKey}
{/foreach}

{translate key="common.requiredField"}

{include file="common/footer.tpl"}