{strip} {form} {formfeedback hash=$feedback} {jstabs} {jstab title="Theme Layout"}

{tr}Here you can pick the layout of the site style. this will basically rearrange the positions of the three columns.
Please note that not all styles support this method of layout selection. Themes that support the style layout selection have a note of it in the description.
For more information on the layouts and how to tweak them, please visit the ThemeLayouts{/tr}

{legend legend="Theme Layout"}
{formlabel label="Header Layout"} {forminput} {/forminput}
{formlabel label="Main Content Section Layout"} {forminput} {/forminput}
{formlabel label="Footer Layout"} {forminput} {/forminput}
{/legend} {/jstab} {jstab title="Columns"} {legend legend="Visible Columns and Areas"} {formhelp warning="If checked, the column is visible."} {foreach from=$activeColumns 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} {/legend} {/jstab} {jstab title="Package"} {legend legend="Column visibility in packages"} {formhelp warning="If checked, the column is invisible."} {foreach from=$hideableAreas item=areaname key=area} {/foreach} {foreach from=$packageColumns item=name key=package} {foreach from=$hideableAreas item=areaname key=area} {/foreach} {/foreach}
{tr}Package{/tr}{tr}{$areaname}{/tr}
{$name} isFeatureActive("`$package`_hide_`$area`_col")}checked="checked"{/if} />
{/legend} {/jstab} {jstab title="Mode"} {legend legend="Column visibility based on display mode"} {formhelp warning="If checked, the column is invisible."} {foreach from=$hideableAreas item=areaname key=area} {/foreach} {foreach from=$displayModes item=modename key=mode} {foreach from=$hideableAreas item=areaname key=area} {/foreach} {/foreach}
{tr}Mode{/tr}{tr}{$areaname}{/tr}
{$mode|capitalize} isFeatureActive("`$mode`_hide_`$area`_col")}checked="checked"{/if} />
{/legend} {/jstab} {jstab title="Package/Mode"} {legend legend="Column visibility in Packages based on Display Mode"} {formhelp warning="If checked, the column is invisible."} {foreach from=$hideableAreas item=areaname key=area} {/foreach} {foreach from=$hideableAreas item=areaname key=area name=areas} {foreach from=$displayModes item=modename key=mode name=modes} {/foreach} {/foreach} {foreach from=$packageColumns item=name key=package name=packages} {foreach from=$hideableAreas item=areaname key=area name=areas} {foreach from=$displayModes item=modename key=mode name=modes} {/foreach} {/foreach} {/foreach}
{tr}Package{/tr}{tr}{$areaname}{/tr}
{$mode|replace:"display":"Di"|replace:"list":"Li"|replace:"edit":"Ed"|replace:"upload":"Up"|replace:"admin":"Ad"}
{$name} isFeatureActive("`$package`_`$mode`_hide_`$area`_col")}checked="checked"{/if} />
{foreach from=$displayModes item=modename key=mode name=modes}
{$mode|replace:"display":"Di"|replace:"list":"Li"|replace:"edit":"Ed"|replace:"upload":"Up"|replace:"admin":"Ad"}
{$mode}
{$modename}
{/foreach}
{/legend} {/jstab} {/jstabs}
{/form} {/strip}