Skip to content

Commit

Permalink
#146: Align edit links with default theme per 3.2.0-3 and following, …
Browse files Browse the repository at this point in the history
…even though they do not work
  • Loading branch information
ctgraham committed Aug 24, 2020
1 parent 5f8be44 commit 5761dca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/frontend/pages/submissions.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<div class="page-header">
<h2>
{translate key="about.submissionPreparationChecklist"}
{include file="frontend/components/editLink.tpl" page="management" op="settings" path="publication" anchor="submissionStage" sectionTitleKey="about.submissionPreparationChecklist"}
{include file="frontend/components/editLink.tpl" page="management" op="settings" path="workflow" anchor="submission" sectionTitleKey="about.submissionPreparationChecklist"}
</h2>
</div>
<p class="lead description">
Expand All @@ -67,7 +67,7 @@
<div class="author_guidelines">
<h2 class="page-header">
{translate key="about.authorGuidelines"}
{include file="frontend/components/editLink.tpl" page="management" op="settings" path="journal" anchor="guidelines" sectionTitleKey="about.authorGuidelines"}
{include file="frontend/components/editLink.tpl" page="management" op="settings" path="workflow" anchor="submission" sectionTitleKey="about.authorGuidelines"}
</h2>
{$currentJournal->getLocalizedData('authorGuidelines')}
</div>
Expand All @@ -79,7 +79,7 @@
<div class="copyright-notice">
<h2 class="page-header">
{translate key="about.copyrightNotice"}
</span>{include file="frontend/components/editLink.tpl" page="management" op="settings" path="journal" anchor="policies" sectionTitleKey="about.copyrightNotice"}
{include file="frontend/components/editLink.tpl" page="management" op="settings" path="distribution" anchor="license" sectionTitleKey="about.copyrightNotice"}
</h2>
{$currentJournal->getLocalizedData('copyrightNotice')}
</div>
Expand Down

0 comments on commit 5761dca

Please sign in to comment.