{** * templates/controllers/grid/plugins/uploadPluginForm.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 upload plugin files. *}
{csrf} {include file="controllers/notification/inPlaceNotification.tpl" notificationId="uploadPluginNotification"} {fbvFormArea id="file"} {if $function == 'install'}

{translate key="manager.plugins.uploadDescription"}

{elseif $function == 'upgrade'}

{translate key="manager.plugins.upgradeDescription"}

{/if} {fbvFormSection title="manager.plugins.uploadPluginDir" required=true} {fbvElement type="hidden" id="temporaryFileId" value=""} {* The uploader widget *} {include file="controllers/fileUploadContainer.tpl" id="plupload"} {/fbvFormSection} {/fbvFormArea} {fbvFormButtons id="mastheadFormSubmit" submitText="common.save"}

{translate key="common.requiredField"}