diff --git a/templates/author/submission/directorDecision.tpl b/templates/author/submission/directorDecision.tpl index 2f57fc1..251da6a 100644 --- a/templates/author/submission/directorDecision.tpl +++ b/templates/author/submission/directorDecision.tpl @@ -43,6 +43,13 @@ {/if} +{** + If files are allowed in this stage: + 1) Review mode supports files (i.e. not "abstracts alone"), + 2) If review mode is "both sequential", we're not looking at the abstract stage, and + 3) If the current stage of the submission is not the abstract stage + *} +{if $submission->getReviewMode() != REVIEW_MODE_ABSTRACTS_ALONE && ($submission->getReviewMode() != REVIEW_MODE_BOTH_SEQUENTIAL || $stage != REVIEW_STAGE_ABSTRACT) && $submission->getCurrentStage() != REVIEW_STAGE_ABSTRACT} {translate key="submission.directorVersion"} @@ -85,6 +92,7 @@ +{/if}{* If files are allowed in this stage *}