Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions templates/management/context.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,28 +28,28 @@

<tabs :track-history="true">
<tab id="masthead" label="{translate key="manager.setup.masthead"}">
{help file="settings/journal-settings" class="pkp_help_tab"}
{help file="settings/server-settings" class="pkp_help_tab"}
<pkp-form
v-bind="components.{$smarty.const.FORM_MASTHEAD}"
@set="set"
/>
</tab>
<tab id="contact" label="{translate key="about.contact"}">
{help file="settings/journal-settings" section="contact" class="pkp_help_tab"}
{help file="settings/server-settings" section="contact" class="pkp_help_tab"}
<pkp-form
v-bind="components.{$smarty.const.FORM_CONTACT}"
@set="set"
/>
</tab>
<tab id="sections" label="{translate key="section.sections"}">
{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}
</tab>
<tab id="categories" label="{translate key="grid.category.categories"}">
{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}
</tab>
</tabs>
{/block}
{/block}