{strip}

{tr}Active Menus{/tr}

{jstabs} {jstab title="Settings"} {form legend="Menu Settings"} {foreach from=$formMenuSettings key=feature item=output}
{formlabel label=$output.label for=$feature} {forminput} {html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature} {formhelp hash=$output} {/forminput}
{/foreach}
{formlabel label="Menu Title" for="site_menu_title"} {forminput} {formhelp note="Override the default home page link name in the top menu bar."} {/forminput}
{/form} {/jstab} {jstab title="Effects"} {if $gBitSystem->isFeatureActive( 'site_top_bar_dropdown' )} {form legend="Menu Javascript Settings"} {foreach from=$formMenuJsSettings key=feature item=output}
{formlabel label=$output.label for=$feature} {forminput} {html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature} {formhelp hash=$output} {/forminput}
{/foreach}
{/form} {else}

{tr}No menu enabled.{/tr}

{/if} {/jstab} {jstab title="Visibility"} {form legend="Top bar menu"}

{tr}Select what menus to display at the top of the page, their order and what title they should have. If you don't provide positional information, they will be sorted alphabetically. To create custom menus, please use the Nexus package instead.{/tr}
{tr}If you can't see a menu at the top of your site and you want to have one, please go to the Layout Manager and add the 'top menu' kernel module to your layout.{/tr}

{foreach from=$gBitSystem->mAppMenu.bar key=pkgName item=menu} {forminput} {/forminput} {/foreach}
{tr}Package{/tr} {tr}Title{/tr} {tr}Position{/tr}
 
{/form} {/jstab} {/jstabs}
{/strip}