Skip to content

Commit

Permalink
pkp/pkp-lib#7505 Initial Commit Upload - Delete - Download JATS File
Browse files Browse the repository at this point in the history
  • Loading branch information
defstat committed Nov 24, 2023
1 parent 65b914a commit 4da4049
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions templates/workflow/workflow.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,15 @@
<pkp-form v-bind="components.{$smarty.const.FORM_PUBLICATION_IDENTIFIERS}" @set="set" />
</tab>
{/if}
<tab id="jats" label="{translate key="publication.jats"}">
<jats-list-panel
v-bind="components.jats"
class="pkpWorkflow__jats"
@set="set"
:publication="workingPublication"
:publication-api-url="submissionApiUrl + '/publications/' + workingPublication.id"
></jats-list-panel>
</tab>
{if $canAccessProduction}
<tab id="galleys" label="{translate key="submission.layout.galleys"}">
<div id="representations-grid" ref="representations">
Expand Down

0 comments on commit 4da4049

Please sign in to comment.