{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}
{formlabel label=`$output.label` for=$item} {forminput} {if $output.type eq 'text'} {elseif $output.type=='checkbox'} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {/if} {formhelp note=`$output.note`} {/forminput}
{/foreach} {/legend} {/jstab} {jstab title="List"} {legend legend="Gallery List Options"}
{formhelp note="The options below determine what information is shown on the List Galleries page."}
{foreach from=$formGalleryListLists key=item item=output}
{formlabel label=`$output.label` for=$item} {forminput} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {formhelp note=`$output.note`} {/forminput}
{/foreach}
{formlabel label="List Thumbnail Size"} {forminput} {html_options values=$imageSizes options=$imageSizes name="list_thumbnail_size" selected=$gBitSystem->getConfig('fisheye_list_thumbnail_size')} {/forminput}
{/legend} {/jstab} {jstab title="Galleries"} {legend legend="Gallery Display Settings"}
{formhelp note="The options below determine what information is shown on a gallery display page."}
{foreach from=$formGalleryLists key=item item=output}
{formlabel label=`$output.label` for=$item} {forminput} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {formhelp note=`$output.note` page=`$output.page`} {/forminput}
{/foreach}
{formlabel label="Default sort order" for="fisheye_gallery_default_sort_mode"} {forminput} {html_options values=$sortOptions options=$sortOptions name="fisheye_gallery_default_sort_mode" id="fisheye_gallery_default_sort_mode" selected=$gBitSystem->getConfig('fisheye_gallery_default_sort_mode')} {formhelp note="This is the order of the images if they have not been sorted manually i.e. all the images with the same position value."} {/forminput}
{/legend} {legend legend="Default Gallery Display Settings"}
{formhelp note="The settings below determine what the default display options will be set to for new galleries."}
{formlabel label="Default number of rows and columns"} {forminput}
{formhelp note="If you have chosen the <div> layout method, these number will merely be multiplied to generate the maximum number of images per page."} {/forminput}
{formlabel label="Default Thumbnail Size" for="default_gallery_thumbnail_size"} {forminput} {html_options values=$imageSizes options=$imageSizes name="default_gallery_thumbnail_size" id="default_gallery_thumbnail_size" selected=$gBitSystem->getConfig('fisheye_gallery_default_thumbnail_size')} {/forminput}
{/legend} {/jstab} {jstab title="Images"} {legend legend="Image Display Settings"}
{formhelp note="The options below determine what information is displayed on the image display page."}
{foreach from=$formImageLists key=item item=output}
{formlabel label=`$output.label` for=$item} {forminput} {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item} {formhelp note=`$output.note`} {/forminput}
{/foreach} {/legend} {legend legend="Default Image Display Settings"}
{formlabel label="Default Thumbnail Size"} {forminput} {html_options values=$imageSizes options=$imageSizes name="default_image_thumbnail_size" selected=$gBitSystem->getConfig('fisheye_image_default_thumbnail_size')} {/forminput}
{/legend} {/jstab}
{/jstabs} {/form} {/strip}