{** * templates/controllers/grid/user/reviewer/form/advancedSearchReviewerAssignmentForm.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. * * Assigns the reviewer (selected from the reviewerSelect grid) to review the submission. * *} {* The form that will create the review assignment. A reviewer ID must be loaded in here via the grid above. *}
{csrf} {fbvElement type="hidden" id="reviewerId" value=$reviewerId} {include file="controllers/grid/users/reviewer/form/reviewerFormFooter.tpl"} {fbvFormButtons submitText="editor.submission.addReviewer"}