{** * mailTemplate.tpl * * Copyright (c) 2003-2011 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Basic journal settings under site administration. * * $Id$ *} {strip} {if !$isNewTemplate} {assign var="pageTitle" value="manager.emails.editEmail"} {else} {assign var="pageTitle" value="manager.emails.createEmail"} {/if} {include file="common/header.tpl"} {/strip}
{if !$isNewTemplate} {/if} {if $description}

{$description|escape}

{/if}
{include file="common/formErrors.tpl"} {if $isNewTemplate} {/if} {foreach from=$supportedLocales item=localeName key=localeKey} {foreachelse} {/foreach}
{fieldLabel name="emailKey" key="manager.emails.emailKey"}
 

{translate key="manager.emails.emailTemplate"} ({$localeName|escape})

{fieldLabel name="subject-$localeKey" key="email.subject"}
{fieldLabel name="body-$localeKey" key="email.body"}

{translate key="manager.emails.emailTemplate"}

{fieldLabel name="subject-$currentLocale" key="email.subject"}
{fieldLabel name="body-$currentLocale" key="email.body"}
{if $canDisable}

{/if}

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