diff options
| author | Christian Fowler <spider@viovio.com> | 2005-10-12 15:13:49 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2005-10-12 15:13:49 +0000 |
| commit | cde7bd31e2ce90c2d16ca0b87f16b9d34f0a4bc9 (patch) | |
| tree | b00f9213fbf06b688363fae8727b4262cfa01311 /templates/admin_fisheye.tpl | |
| parent | d4db512a3f25bde21350ac2ee6c18b978ce662da (diff) | |
| download | fisheye-cde7bd31e2ce90c2d16ca0b87f16b9d34f0a4bc9.tar.gz fisheye-cde7bd31e2ce90c2d16ca0b87f16b9d34f0a4bc9.tar.bz2 fisheye-cde7bd31e2ce90c2d16ca0b87f16b9d34f0a4bc9.zip | |
merge recent changes to HEAD
Diffstat (limited to 'templates/admin_fisheye.tpl')
| -rw-r--r-- | templates/admin_fisheye.tpl | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/templates/admin_fisheye.tpl b/templates/admin_fisheye.tpl index 7a897fc..ed044a7 100644 --- a/templates/admin_fisheye.tpl +++ b/templates/admin_fisheye.tpl @@ -4,7 +4,9 @@ {jstabs} {jstab title="General Settings"} {legend legend="General Settings"} - {formhelp note="To change the Image Processing engine, see the Admin --> Liberty --> Liberty Settings</a>"} + <div class="row"> + {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"} + </div> {foreach from=$formGalleryGeneral key=item item=output} <div class="row"> @@ -24,7 +26,9 @@ {jstab title="List Settings"} {legend legend="Gallery List Options"} - {formhelp note="The options below determine what information is shown on the List Galleries page."} + <div class="row"> + {formhelp note="The options below determine what information is shown on the List Galleries page."} + </div> {foreach from=$formGalleryListLists key=item item=output} <div class="row"> @@ -38,10 +42,7 @@ <div class="row"> {formlabel label="List Thumbnail Size"} {forminput} - {html_radios values="avatar" output="Avatar (100x75)" name="list_thumbnail_size" checked=$gBitSystemPrefs.fisheye_list_thumbnail_size}<br /> - {html_radios values="small" output="Small (160x120)" name="list_thumbnail_size" checked=$gBitSystemPrefs.fisheye_list_thumbnail_size}<br /> - {html_radios values="medium" output="Medium (400x300)" name="list_thumbnail_size" checked=$gBitSystemPrefs.fisheye_list_thumbnail_size}<br /> - {html_radios values="large" output="Large (800x600)" name="list_thumbnail_size" checked=$gBitSystemPrefs.fisheye_list_thumbnail_size} + {html_options values=$imageSizes options=$imageSizes name="list_thumbnail_size" selected=$gBitSystemPrefs.fisheye_list_thumbnail_size} {/forminput} </div> {/legend} @@ -50,7 +51,9 @@ {jstab title="Gallery Display Settings"} {legend legend="Gallery Display Settings"} <input type="hidden" name="page" value="{$page}" /> - {formhelp note="The options below determine what information is shown on a gallery display page."} + <div class="row"> + {formhelp note="The options below determine what information is shown on a gallery display page."} + </div> {foreach from=$formGalleryLists key=item item=output} <div class="row"> @@ -64,7 +67,9 @@ {/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."} + <div class="row"> + {formhelp note="The settings below determine what the default display options will be set to for new galleries."} + </div> <div class="row"> {formlabel label="Default number of rows and columns"} @@ -84,10 +89,7 @@ <div class="row"> {formlabel label="Default Thumbnail Size"} {forminput} - {html_radios values="avatar" output="Avatar (100x100)" name="default_gallery_thumbnail_size" checked=$gContent->mInfo.thumbnail_size}<br /> - {html_radios values="small" output="Small (160x120)" name="default_gallery_thumbnail_size" checked=$gBitSystemPrefs.fisheye_gallery_default_thumbnail_size}<br /> - {html_radios values="medium" output="Medium (400x300)" name="default_gallery_thumbnail_size" checked=$gBitSystemPrefs.fisheye_gallery_default_thumbnail_size}<br /> - {html_radios values="large" output="Large (800x600)" name="default_gallery_thumbnail_size" checked=$gBitSystemPrefs.fisheye_gallery_default_thumbnail_size} + {html_options values=$imageSizes options=$imageSizes name="default_gallery_thumbnail_size" selected=$gBitSystemPrefs.fisheye_gallery_default_thumbnail_size} {/forminput} </div> @@ -96,7 +98,9 @@ {jstab title="Image Display Settings"} {legend legend="Image Display Settings"} - {formhelp note="The options below determine what information is displayed on the image display page."} + <div class="row"> + {formhelp note="The options below determine what information is displayed on the image display page."} + </div> {foreach from=$formImageLists key=item item=output} <div class="row"> @@ -113,9 +117,7 @@ <div class="row"> {formlabel label="Default Thumbnail Size"} {forminput} - {html_radios values="small" output="Small (160x120)" name="default_image_thumbnail_size" checked=$gBitSystemPrefs.fisheye_image_default_thumbnail_size}<br /> - {html_radios values="medium" output="Medium (400x300)" name="default_image_thumbnail_size" checked=$gBitSystemPrefs.fisheye_image_default_thumbnail_size}<br /> - {html_radios values="large" output="Large (800x600)" name="default_image_thumbnail_size" checked=$gBitSystemPrefs.fisheye_image_default_thumbnail_size} + {html_options values=$imageSizes options=$imageSizes name="default_image_thumbnail_size" selected=$gBitSystemPrefs.fisheye_image_default_thumbnail_size} {/forminput} </div> {/legend} |
