{** * templates/controllers/grid/user/reviewer/form/advancedSearchReviewerForm.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. * * Advanced Search and assignment reviewer form. * *}
{assign var="uuid" value=""|uniqid|escape}
{** This button will get the reviewer selected in the grid and insert their ID into the form below **} {fbvFormSection class="form_buttons"} {fbvElement type="button" id="selectReviewerButton" label="editor.submission.selectReviewer"} {foreach from=$reviewerActions item=action} {if $action->getId() == 'advancedSearch'} {continue} {/if} {include file="linkAction/linkAction.tpl" action=$action contextId="createReviewerForm"} {/foreach} {/fbvFormSection}
{** Display the name of the selected reviewer **}
{translate key="editor.submission.selectedReviewer"}
{foreach from=$reviewerActions item=action} {if $action->getId() == 'advancedSearch'} {include file="linkAction/linkAction.tpl" action=$action contextId="createReviewerForm"} {/if} {/foreach}
{include file="controllers/grid/users/reviewer/form/advancedSearchReviewerAssignmentForm.tpl"}