{** * templates/notification/maillist.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. * * Displays the notification settings page and unchecks * *} {strip} {assign var="pageTitle" value="notification.mailList"} {include file="common/header.tpl"} {/strip}

{translate key="notification.mailListDescription"}

{if $isError}

{translate key="form.errorsOccurred"}:

{/if} {if $success}

{translate key="$success"}

{/if}
{if $captchaEnabled && $reCaptchaHtml} {elseif $captchaEnabled} {/if}{* $captchaEnabled *}
{fieldLabel name="email" key="user.email"}
{fieldLabel name="confirmEmail" key="user.confirmEmail"}
{fieldLabel name="recaptcha_challenge_field" required="true" key="common.captchaField"} {$reCaptchaHtml}
{fieldLabel name="captcha" required="true" key="common.captchaField"} {translate key=
{translate key="common.captchaField.description"}
 

{translate key="notification.mailList.register"}
{include file="common/footer.tpl"}