From 1da2f5d60f0a0d075cae23f970eb88d5f5c7d95a Mon Sep 17 00:00:00 2001 From: withanage Date: Sat, 16 Dec 2023 06:39:37 +0100 Subject: [PATCH] Revert "Correct documentation template" This reverts commit 157b5a73570b22d00dd9f38d1eeb488b2c54dee9. --- templates/management/context.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/management/context.tpl b/templates/management/context.tpl index 0a4cc7a797..6279237d3c 100644 --- a/templates/management/context.tpl +++ b/templates/management/context.tpl @@ -28,28 +28,28 @@ - {help file="settings/journal-settings" class="pkp_help_tab"} + {help file="settings/server-settings" class="pkp_help_tab"} - {help file="settings/journal-settings" section="contact" class="pkp_help_tab"} + {help file="settings/server-settings" section="contact" class="pkp_help_tab"} - {help file="settings/journal-settings" section="sections" class="pkp_help_tab"} + {help file="settings/server-settings" section="sections" class="pkp_help_tab"} {capture assign=sectionsGridUrl}{url router=PKPApplication::ROUTE_COMPONENT component="grid.settings.sections.SectionGridHandler" op="fetchGrid" escape=false}{/capture} {load_url_in_div id="sectionsGridContainer" url=$sectionsGridUrl} - {help file="settings/journal-settings" section="categories" class="pkp_help_tab"} + {help file="settings/server-settings" section="categories" class="pkp_help_tab"} {capture assign=categoriesUrl}{url router=PKPApplication::ROUTE_COMPONENT component="grid.settings.category.CategoryCategoryGridHandler" op="fetchGrid" escape=false}{/capture} {load_url_in_div id="categoriesContainer" url=$categoriesUrl} -{/block} +{/block} \ No newline at end of file