{** * templates/controllers/modals/editorDecision/form/newReviewRoundForm.tpl * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Form used to create a new review round (after the first round) * *}

{translate key="editor.submission.newRoundDescription"}

{csrf} {** a new review round always implies a RESUBMIT decision **} {capture assign=newRoundRevisionsUrl}{url router=$smarty.const.ROUTE_COMPONENT component="grid.files.review.SelectableReviewRevisionsGridHandler" op="fetchGrid" submissionId=$submissionId stageId=$stageId reviewRoundId=$reviewRoundId escape=false}{/capture} {load_url_in_div id="newRoundRevisionsGrid" url=$newRoundRevisionsUrl} {fbvFormButtons submitText="editor.submission.createNewRound"}