Skip to content

Commit

Permalink
pkp/pkp-lib#9992 Remove legacy modal from workflow.tpl as its migrate…
Browse files Browse the repository at this point in the history
…d to openSideModal
  • Loading branch information
jardakotesovec committed Jun 25, 2024
1 parent 641957f commit dab138e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions templates/workflow/workflow.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -116,24 +116,6 @@
{capture assign=submissionProgressBarUrl}{url op="submissionProgressBar" submissionId=$submission->getId() stageId=$requestedStageId contextId="submission" escape=false}{/capture}
{load_url_in_div id="submissionProgressBarDiv" url=$submissionProgressBarUrl}
</div>

{* Modal to select one of the revision decisions *}
<modal
:close-label="t('common.close')"
name="selectRevisionDecision"
title="Revisions"
>
<pkp-form v-bind="components.{$smarty.const.FORM_SELECT_REVISION_DECISION}" @set="set" @success="goToRevisionDecision" />
</modal>

{* Modal to select one of the revision recommendations *}
<modal
:close-label="t('common.close')"
name="selectRevisionRecommendation"
title="Revisions"
>
<pkp-form v-bind="components.{$smarty.const.FORM_SELECT_REVISION_RECOMMENDATION}" @set="set" @success="goToRevisionDecision" />
</modal>
</tab>
<tab id="marketing" label="{translate key="settings.libraryFiles.category.marketing"}">
<tabs :is-side-tabs="true" :track-history="true" :label="publicationTabsLabel">
Expand Down

0 comments on commit dab138e

Please sign in to comment.