{** * templates/editor/issues/issueGalleyForm.tpl * * Copyright (c) 2014-2016 Simon Fraser University Library * Copyright (c) 2003-2016 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Form to add/edit an issue galley. *}
{csrf} {include file="controllers/notification/inPlaceNotification.tpl" notificationId="publicationMetadataFormFieldsNotification"} {fbvFormArea id="file"} {fbvFormSection title="editor.issues.galley" required="true"} {include file="controllers/fileUploadContainer.tpl" id="pluploadgalley" browseButton="pkpIssueGalleyUploaderButton"} {if $issueGalley} {$issueGalley->getOriginalFileName()|escape} {/if} {/fbvFormSection} {fbvFormSection title="submission.layout.galleyLabel" required="true"} {fbvElement type="text" value=$label id="label"} {/fbvFormSection} {fbvFormSection title="submission.layout.publicGalleyId" required="true"} {fbvElement type="text" value=$publicGalleyId id="publicGalleyId"} {/fbvFormSection} {fbvFormSection title="common.language" required="true"} {fbvElement type="select" id="galleyLocale" from=$supportedLocales selected=$galleyLocale|default:$formLocale translate=false} {/fbvFormSection} {/fbvFormArea} {fbvFormButtons submitText="common.save"}