{** * plugins/importexport/quickSubmit/templates/uploadImageForm.tpl * * Copyright (c) 2014-2018 Simon Fraser University * Copyright (c) 2003-2018 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Image file upload form. *}
{* Cover Image *} {fbvFormArea id="coverImage" title="editor.issues.coverPage"} {fbvFormSection} {include file="controllers/fileUploadContainer.tpl" id="coverImageUploader"} {/fbvFormSection} {fbvFormSection id="coverImagePreview"} {if $coverImage != ''}
{$coverImageAlt|escape}
{translate key="common.altText"} {fbvElement type="text" id="imageAltText" label="common.altTextInstructions" value=$imageAltText}
{include file="linkAction/linkAction.tpl" action=$deleteCoverImageLinkAction contextId="issueForm"}
{/if} {/fbvFormSection} {/fbvFormArea} {fbvFormButtons}