{** * templates/manager/reviewForms/reviewFormForm.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Form to create/modify a review form. * *} {strip} {include file="common/header.tpl"} {/strip} {if $reviewFormId} {/if}
{if $reviewFormId} {/if} {include file="common/formErrors.tpl"} {if count($formLocales) > 1} {/if}
{fieldLabel name="formLocale" key="form.formLanguage"} {if $reviewFormId}{url|assign:"reviewFormFormUrl" op="editReviewForm" path=$reviewFormId escape=false} {else}{url|assign:"reviewFormFormUrl" op="createReviewForm" escape=false} {/if} {form_language_chooser form="reviewFormForm" url=$reviewFormFormUrl} {translate key="form.formLanguage.description"}
{fieldLabel name="title" required="true" key="manager.reviewForms.title"}
{fieldLabel name="description" key="manager.reviewForms.description"}

{translate key="common.requiredField"}

{include file="common/footer.tpl"}