{strip} {form} {jstabs} {jstab title="Settings"} {legend legend="General Settings"}
{formhelp note="To change the Image Processing engine, you need to change the setting in Liberty Settings" link="kernel/admin/index.php?page=liberty/Liberty Settings"}
{foreach from=$formGalleryGeneral key=item item=output}
{if $output.type=='checkbox'} {forminput label="checkbox"} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {$output.label} {formhelp note=$output.note} {/forminput} {else} {formlabel label=$output.label for=$item} {forminput} {formhelp note=$output.note} {/forminput} {/if}
{/foreach} {/legend} {/jstab} {jstab title="List"} {legend legend="Assembly List Options"}
{formhelp note="The options below determine what information is shown on the List Assemblies page."}
{foreach from=$formGalleryListLists key=item item=output}
{forminput label="checkbox"} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {$output.label} {formhelp note=$output.note} {/forminput}
{/foreach} {/legend} {/jstab} {jstab title="Assemblies"} {legend legend="Assembly Display Settings"}
{formhelp note="The options below determine what information is shown on an assembly display page."}
{foreach from=$formGalleryLists key=item item=output}
{forminput label="checkbox"} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {$output.label} {formhelp note=$output.note page=$output.page|default:0} {/forminput}
{/foreach}
{formlabel label="Default sort order" for="stock_gallery_default_sort_mode"} {forminput} {html_options values=$sortOptions options=$sortOptions name="stock_gallery_default_sort_mode" id="stock_gallery_default_sort_mode" selected=$gBitSystem->getConfig('stock_gallery_default_sort_mode')} {formhelp note="Default component order when no manual position has been assigned."} {/forminput}
{/legend} {/jstab} {jstab title="Components"} {legend legend="Component Display Settings"}
{formhelp note="The options below determine what information is displayed on the component display page."}
{foreach from=$formImageLists key=item item=output}
{forminput label="checkbox"} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {$output.label} {formhelp note=$output.note} {/forminput}
{/foreach} {/legend} {/jstab} {/jstabs}
{/form} {/strip}