{** * templates/submission/comment/editComment.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. * * Form to edit comments. * *} {strip} {assign var="pageTitle" value="submission.comments.editComment"} {include file="submission/comment/header.tpl"} {/strip}
{if $hiddenFormParams} {foreach from=$hiddenFormParams item=hiddenFormParam key=key} {/foreach} {/if} {if $isPeerReviewComment} {/if}
{include file="common/formErrors.tpl"} {if $isPeerReviewComment} {/if}
{fieldLabel name="commentTitle" key="submission.comments.subject"}
{fieldLabel name="comments" key="submission.comments.comments" required="true"}
 

{if !$isPeerReviewComment} {/if}

{translate key="common.requiredField"}

{include file="submission/comment/footer.tpl"}