{** * submissionEmailLog.tpl * * Copyright (c) 2003-2011 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Show submission email log page. * * * $Id$ *} {strip} {assign var="pageTitle" value="submission.emailLog"} {include file="common/header.tpl"} {/strip}
{include file="sectionEditor/submission/summary.tpl"}| {translate key="common.date"} | {translate key="email.sender"} | {translate key="email.recipients"} | {translate key="common.subject"} | {translate key="common.action"} |
| {$logEntry->getDateSent()|date_format:$dateFormatShort} | {$logEntry->getFrom()|truncate:40:"..."|escape} | {$logEntry->getRecipients()|truncate:40:"..."|escape} | {$logEntry->getSubject()|truncate:60:"..."|escape} | {if $logEntry->getAssocType()}getArticleId()|to_array:$logEntry->getAssocType():$logEntry->getAssocId()}" class="action">{translate key="common.related"} | {/if}getArticleId()|to_array:$logEntry->getId()}" class="action">{translate key="common.view"}{if $isEditor} | getArticleId()|to_array:$logEntry->getId()}" onclick="return confirm('{translate|escape:"jsparam" key="submission.email.confirmDeleteLogEntry"}')" class="action">{translate key="common.delete"}{/if} |
| {translate key="submission.history.noLogEntries"} | ||||
| {page_info iterator=$emailLogEntries} | {page_links anchor="emailLogEntries" name="emailLogEntries" iterator=$emailLogEntries} | |||