{** * templates/controllers/grid/user/reviewer/form/enrollExistingReviewerForm.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. * * Enroll existing user and assignment reviewer form. * *}
{csrf} {include file="controllers/notification/inPlaceNotification.tpl" notificationId="enrollExistingReviewerFormNotification"}

{translate key="editor.review.enrollReviewer"}

{fbvFormSection} {fbvElement type="select" name="userGroupId" id="userGroupId" from=$userGroups translate=false label="editor.review.userGroupSelect" required="true"} {/fbvFormSection} {fbvFormSection} {capture assign=autocompleteUrl}{url op="getUsersNotAssignedAsReviewers" submissionId=$submissionId stageId=$stageId reviewRoundId=$reviewRoundId escape=false}{/capture} {fbvElement type="autocomplete" disableSync="true" required="true" autocompleteUrl=$autocompleteUrl id="userId" label="manager.reviewerSearch.searchByName.short" value=$userNameString} {/fbvFormSection} {include file="controllers/grid/users/reviewer/form/reviewerFormFooter.tpl"}

{translate key="common.requiredField"}

{fbvFormButtons submitText="editor.submission.addReviewer"}