18 lines
604 B
Smarty
18 lines
604 B
Smarty
{**
|
|
* fileSubmissionComplete.tpl
|
|
*
|
|
* Copyright (c) 2014-2021 Simon Fraser University
|
|
* Copyright (c) 2003-2021 John Willinsky
|
|
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
|
*
|
|
* Last step of the file upload wizard.
|
|
*}
|
|
<div id="finishSubmissionForm" class="pkp_helpers_text_center">
|
|
<h2>{translate key="submission.submit.fileAdded"}</h2>
|
|
{if $fileStage != \PKP\submissionFile\SubmissionFile::SUBMISSION_FILE_PROOF}
|
|
<button class="pkp_button" type="button" name="newFile" id="newFile">{translate key='submission.submit.newFile'}</button>
|
|
{/if}
|
|
<br>
|
|
<br>
|
|
</div>
|