{literal} {/literal} {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="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}
{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}
{formlabel label="List Thumbnail Size"} {forminput} {html_options values=$imageSizes options=$imageSizes name="fisheye_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}
{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="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."}
{html_options id="gallery-pagination" name="default_gallery_pagination" id="gallery-pagination" options=$galleryPaginationTypes selected=$gBitSystem->getConfig('default_gallery_pagination',$smarty.const.FISHEYE_PAGINATION_GALLERIFFIC) onchange="updateGalleryPagination();"}
{tr}Rows per page{/tr}
{tr}Columns per page{/tr} {formhelp note="The images will be displayed in a fixed grid. You can specify the number of thumbnails to display per page.
[rows] * [columns] = [number of images]."}
{tr}Total images per page{/tr} {formhelp note="The layout of the images on each gallery page will automatically adjust to the browsers width. You can specify the total number of thumbnails to display per page."}
{formhelp note="This option allows you to designate each specific image on each page. The image order number entered on the Image Order page will determine the exact location of each image. Fractional numbers indicate PAGE.POSITION and will specifiy variable images per page, such as: 1.1, 1.2, 2.1, 3.1, 3.2, 3.3"}
{tr}Total lines per page{/tr} {formhelp note="This option allows a single column display of images with mime details where available."}
{tr}Total images per page{/tr} {formhelp note="This option provides an ajax powered scrolling display using the mbGallery jquery library."}
{tr}Galleriffic layout style{/tr} {formhelp note="This option provides a javascript powered tabbed thumbnail list display using the galleriffic jquery library."}
{formlabel label="Default Thumbnail Size" for="default_gallery_thumbnail_size"} {forminput} {html_options values=$imageSizes options=$imageSizes name="fisheye_gallery_default_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}
{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} {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}