{** * templates/editor/notifyUsers.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Editor's "Notify Users" email template form * *} {strip} {assign var="pageTitle" value="email.compose"} {assign var="pageCrumbTitle" value="email.email"} {include file="common/header.tpl"} {/strip}
{if $hiddenFormParams} {foreach from=$hiddenFormParams item=hiddenFormParam key=key} {/foreach} {/if} {include file="common/formErrors.tpl"} {foreach from=$errorMessages item=message} {if !$notFirstMessage} {assign var=notFirstMessage value=1}

{translate key="form.errorsOccurred"}


{/if}

{translate key="email.recipients"}

{if $currentJournal->getSetting('publishingMode') == $smarty.const.PUBLISHING_MODE_SUBSCRIPTION} {/if}{* publishingMode is PUBLISHING_MODE_SUBSCRIPTION *} {if $senderEmail} {/if}
{translate key="editor.notifyUsers.allMailingList" count=$allMailListCount|default:0}
{translate key="email.bccSender" address=$senderEmail|escape}
{* recipients *}

{translate key="issue.issue"}

 

{translate key="email.from"} {$from|escape}
{fieldLabel name="subject" key="email.subject"}
{fieldLabel name="body" key="email.body"}

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