Skip to content

Commit

Permalink
Fix validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Jul 22, 2024
1 parent 900e5e2 commit 2cc5ae5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions templates/management/website.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<tabs :track-history="true">
<tab id="appearance" label="{translate key="manager.website.appearance"}">
{help file="settings" section="website" class="pkp_help_tab"}
{help file="settings/website-settings" class="pkp_help_tab"}
<tabs is-side-tabs="true" :track-history="true">
<tab id="theme" label="{translate key="manager.setup.theme"}">
<theme-form
Expand All @@ -46,7 +46,7 @@
</tabs>
</tab>
<tab id="setup" label="{translate key="navigation.setup"}">
{help file="settings" section="website" class="pkp_help_tab"}
{help file="settings/website-settings" class="pkp_help_tab"}
<tabs is-side-tabs="true" :track-history="true">
<tab id="languages" label="{translate key="common.languages"}">
{capture assign=languagesUrl}{url router=$smarty.const.ROUTE_COMPONENT component="grid.settings.languages.ManageLanguageGridHandler" op="fetchGrid" escape=false}{/capture}
Expand Down Expand Up @@ -86,7 +86,7 @@
</tabs>
</tab>
<tab id="plugins" label="{translate key="common.plugins"}">
{help file="settings" section="website" class="pkp_help_tab"}
{help file="settings/website-settings" class="pkp_help_tab"}
<tabs :track-history="true">
<tab id="installedPlugins" label="{translate key="manager.plugins.installed"}">
{capture assign=pluginGridUrl}{url router=$smarty.const.ROUTE_COMPONENT component="grid.settings.plugins.SettingsPluginGridHandler" op="fetchGrid" escape=false}{/capture}
Expand Down
8 changes: 4 additions & 4 deletions templates/management/workflow.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<tabs :track-history="true">
<tab id="submission" label="{translate key="manager.publication.submissionStage"}">
{help file="settings" section="workflow-submission" class="pkp_help_tab"}
{help file="settings/workflow-settings" section="submission" class="pkp_help_tab"}
<tabs :is-side-tabs="true" :track-history="true">
<tab id="disableSubmissions" label="{translate key="manager.setup.disableSubmissions"}">
<pkp-form
Expand Down Expand Up @@ -60,12 +60,12 @@
</tabs>
</tab>
<tab id="library" label="{translate key="manager.publication.library"}">
{help file="settings" section="workflow-library" class="pkp_help_tab"}
{help file="settings/workflow-settings" section="publisher" class="pkp_help_tab"}
{capture assign=libraryGridUrl}{url router=$smarty.const.ROUTE_COMPONENT component="grid.settings.library.LibraryFileAdminGridHandler" op="fetchGrid" canEdit=true escape=false}{/capture}
{load_url_in_div id="libraryGridDiv" url=$libraryGridUrl}
</tab>
<tab id="emails" label="{translate key="manager.publication.emails"}">
{help file="settings" section="workflow-emails" class="pkp_help_tab"}
{help file="settings/workflow-settings" section="emails" class="pkp_help_tab"}
<tabs :track-history="true">
<tab id="emailsSetup" label="{translate key="navigation.setup"}">
<pkp-form
Expand All @@ -86,4 +86,4 @@
</tab>
{call_hook name="Template::Settings::workflow"}
</tabs>
{/block}
{/block}

0 comments on commit 2cc5ae5

Please sign in to comment.