diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-04-23 08:30:04 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-04-23 08:30:04 +0000 |
| commit | 2197c5b76c0e259ae99b4fa397cda5b6f978c01f (patch) | |
| tree | a9add71156ecf9ecc061abcf1847ad75085b3e16 /templates/admin_liberty.tpl | |
| parent | bddc5e6fcd624d71468b7e1ea06a368231f703a2 (diff) | |
| download | liberty-2197c5b76c0e259ae99b4fa397cda5b6f978c01f.tar.gz liberty-2197c5b76c0e259ae99b4fa397cda5b6f978c01f.tar.bz2 liberty-2197c5b76c0e259ae99b4fa397cda5b6f978c01f.zip | |
try to simplify ui by joining options that belong together and use more reasonable values for cache time selection
Diffstat (limited to 'templates/admin_liberty.tpl')
| -rw-r--r-- | templates/admin_liberty.tpl | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/templates/admin_liberty.tpl b/templates/admin_liberty.tpl index 68e4e51..93ad3fc 100644 --- a/templates/admin_liberty.tpl +++ b/templates/admin_liberty.tpl @@ -11,15 +11,13 @@ </div> {/foreach} - {foreach from=$formLibertyAttachmentStyle key=item item=output} - <div class="row"> - {formlabel label=`$output.label` for=$item} - {forminput} - <input type="radio" name="liberty_attachment_style" value="{$item}" {if $gBitSystem->getConfig('liberty_attachment_style', 'standard') == $item}CHECKED{/if} /> - {formhelp note=`$output.note` page=`$output.page`} - {/forminput} - </div> - {/foreach} + <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 />"} + {formhelp note=""} + {/forminput} + </div> {foreach from=$formLibertyTextareaFeatures key=item item=output} <div class="row"> |
