From f6a9c0e2f4ab69072ff9eb82dc3adc64a4b13247 Mon Sep 17 00:00:00 2001 From: Kaitlin Newson Date: Thu, 12 Dec 2024 14:06:42 -0400 Subject: [PATCH] edit link for about template --- BootstrapThreeThemePlugin.php | 2 +- .../frontend/objects/article_details.tpl | 30 +++++++++---------- templates/frontend/pages/about.tpl | 5 +++- templates/frontend/pages/editorialHistory.tpl | 10 +++---- .../frontend/pages/editorialMasthead.tpl | 12 ++++---- 5 files changed, 31 insertions(+), 28 deletions(-) diff --git a/BootstrapThreeThemePlugin.php b/BootstrapThreeThemePlugin.php index 845f6d0..3f03c28 100644 --- a/BootstrapThreeThemePlugin.php +++ b/BootstrapThreeThemePlugin.php @@ -106,7 +106,7 @@ public function init() { 'label' => __('plugins.themes.bootstrap3.options.bootstrapTheme.yeti'), ], ], - 'default' => 'bootstrap3', + 'default' => 'bootstrap3', ]); // Add usage stats display options diff --git a/templates/frontend/objects/article_details.tpl b/templates/frontend/objects/article_details.tpl index 676725b..d0c1eb2 100644 --- a/templates/frontend/objects/article_details.tpl +++ b/templates/frontend/objects/article_details.tpl @@ -8,21 +8,21 @@ * @brief View of an Article which displays all details about the article. * Expected to be primary object on the page. * - * @uses $article Article This article + * @uses $article Submission This article * @uses $issue Issue The issue this article is assigned to * @uses $section Section The journal section this article is assigned to * @uses $keywords array List of keywords assigned to this article - * @uses $pubIdPlugins @todo + * @uses $pubIdPlugins Array of pubId plugins which this article may be assigned *}
- {* Indicate if this is only a preview *} - {if $publication->getData('status') !== PKP\submission\PKPSubmission::STATUS_PUBLISHED} - - {/if} + {* Indicate if this is only a preview *} + {if $publication->getData('status') !== PKP\submission\PKPSubmission::STATUS_PUBLISHED} + + {/if} {* Notification that this is an old version *} {if $currentPublication->getId() !== $publication->getId()}