{** * templates/sectionEditor/submissionEventLogEntry.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. * * Show a single event log entry. * * *} {strip} {assign var="pageTitle" value="submission.eventLog"} {include file="common/header.tpl"} {/strip} {include file="sectionEditor/submission/summary.tpl"}

{translate key="submission.history.submissionEventLog"}

{translate key="common.id"} {$logEntry->getId()}
{translate key="common.date"} {$logEntry->getDateLogged()|date_format:$datetimeFormatLong}
{translate key="common.user"} {assign var=emailString value=$logEntry->getUserFullName()|concat:" <":$logEntry->getUserEmail():">"} {url|assign:"url" page="user" op="email" to=$emailString|to_array redirectUrl=$currentUrl subject=$logEntry->getEventTitle()|translate articleId=$submission->getId()} {$logEntry->getUserFullName()|escape} {icon name="mail" url=$url}
{translate key="common.event"} {translate key=$logEntry->getEventTitle()}

{$logEntry->getMessage()|strip_unsafe_html|nl2br}
{if $isEditor} getId()|to_array:$logEntry->getId()}" onclick="return confirm('{translate|escape:"jsparam" key="submission.event.confirmDeleteLogEntry"}')" class="action">{translate key="submission.event.deleteLogEntry"}
{/if}
getId()}">{translate key="submission.event.backToEventLog"} {include file="common/footer.tpl"}