{jstab title="Actions"} {legend legend="Layout help"} {if $page eq "layout_overview"}
{formlabel label="Adjust display" for=""} {forminput} {if !$smarty.request.nocollapse|default:false} {biticon ipackage="icons" iname="list-add" iexplain="Expand all modules"} {else} {biticon ipackage="icons" iname="list-remove" iexplain="Collapse all modules"} {/if} {formhelp note="Toggle the state of all modules (expanded/collapsed). This reloads the page without saving changes made prior."} {/forminput}
{formlabel label="Adjust modules" for=""} {forminput} {biticon ipackage="icons" iname="go-next" iexplain="Adjust module postitions"} {formhelp note="Reset the position numbers of all modules using increments of 5."} {/forminput}
{else}
{formlabel label="Module Positions" for=""} {forminput} {smartlink ititle="Adjust module positions" page=$page fixpos=1 module_package=$module_package} {formhelp note="This will reset the position numbers of all modules using increments of 5."} {/forminput}
{formlabel label="Layout Details" for=""} {forminput} {smartlink ititle="Configure Layout Details" page=layout_overview} {formhelp note="On this page you can configure all modules in all layouts."} {/forminput}
{/if} {/legend} {/jstab} {jstab title="Help"} {legend legend="Modules Help"} {formhelp note="List of available modules and their parameters. If a module is not listed, it might not take any parameters." page="ModuleParameters"} {foreach from=$allModulesHelp key=package item=help}

{$package}

{foreach from=$help key=helpFile item=module}

{$module.title|capitalize}

{include file=$helpFile} {/foreach}
{/foreach} {/legend} {/jstab}