summaryrefslogtreecommitdiff
path: root/templates/admin_liberty.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-07-07 18:06:32 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-07-07 18:06:32 +0000
commit4540d88faaba05851ada0f5bca0598fcba72636a (patch)
tree0799892b3868c90e136029ad989557c882299a70 /templates/admin_liberty.tpl
parent5309befb10fc612adb71ebefd926355fcf7c5aa0 (diff)
downloadliberty-4540d88faaba05851ada0f5bca0598fcba72636a.tar.gz
liberty-4540d88faaba05851ada0f5bca0598fcba72636a.tar.bz2
liberty-4540d88faaba05851ada0f5bca0598fcba72636a.zip
remove unused features, use more spreadout timespans for liberty cache setting and detabify UI a bit
Diffstat (limited to 'templates/admin_liberty.tpl')
-rw-r--r--templates/admin_liberty.tpl34
1 files changed, 11 insertions, 23 deletions
diff --git a/templates/admin_liberty.tpl b/templates/admin_liberty.tpl
index 335c2d9..ef82766 100644
--- a/templates/admin_liberty.tpl
+++ b/templates/admin_liberty.tpl
@@ -2,6 +2,16 @@
{form}
{jstabs}
{jstab title="General Settings"}
+ {legend legend="Liberty Cache"}
+ <div class="row">
+ {formlabel label="Liberty Cache" for="liberty_cache"}
+ {forminput}
+ {html_options name=liberty_cache id=liberty_cache values=$cacheTimes options=$cacheTimes selected=$gBitSystem->getConfig('liberty_cache')}
+ {formhelp note='Cache all parsed content. This will dramatically reduce load on the server if pages are called frequently.' page=''}
+ {/forminput}
+ </div>
+ {/legend}
+
{legend legend="Attachments"}
<div class="row">
{formlabel label="Auto-Display Attachment Thumbnails" for="liberty_auto_display_attachment_thumbs"}
@@ -14,7 +24,7 @@
<div class="row">
{formlabel label="Liberty Attachment Style" for="liberty_attachment_style"}
{forminput}
- {html_radios options=$attachmentStyleOptions values=$attachmentStyleOptions id=liberty_attachment_style name=liberty_attachment_style checked=$gBitSystem->getConfig('liberty_attachment_style') separator="<br />"}
+ {html_radios options=$attachmentStyleOptions values=$attachmentStyleOptions id=liberty_attachment_style name=liberty_attachment_style checked=$gBitSystem->getConfig('liberty_attachment_style', 'standard') separator="<br />"}
{formhelp note=""}
{/forminput}
</div>
@@ -61,28 +71,6 @@
{/legend}
{/jstab}
- {jstab title="Liberty Cache"}
- {legend legend="Liberty Cache"}
- <div class="row">
- {formlabel label="Liberty Cache" for="liberty_cache"}
- {forminput}
- {html_options name=liberty_cache id=liberty_cache values=$cacheTimes options=$cacheTimes selected=$gBitSystem->getConfig('liberty_cache')}
- {formhelp note='Cache all parsed content. This will dramatically reduce load on the server if pages are called frequently.' page=''}
- {/forminput}
- </div>
-
- {foreach from=$formLibertyCache key=item item=output}
- <div class="row">
- {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}
- </div>
- {/foreach}
- {/legend}
- {/jstab}
-
{jstab title="Image Processing System"}
{legend legend="Image Processing System"}
<input type="hidden" name="page" value="{$page}" />