{** * templates/manager/reviewForms/reviewFormForm.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 to create/modify a review form. * *}
{csrf} {if $reviewFormId} {fbvElement id="reviewFormId" type="hidden" name="reviewFormId" value=$reviewFormId} {/if} {include file="controllers/notification/inPlaceNotification.tpl" notificationId="reviewFormsNotification"} {fbvFormArea id="reviewFormForm"} {fbvFormSection title="manager.reviewForms.title" required=true for="title"} {fbvElement type="text" id="title" value=$title multilingual=true required=true} {/fbvFormSection} {fbvFormSection title="manager.reviewForms.description" for="description"} {fbvElement type="textarea" id="description" value=$description multilingual=true rich=true} {/fbvFormSection}

{translate key="common.requiredField"}

{fbvFormButtons id="reviewFormFormSubmit" submitText="common.save"} {/fbvFormArea}