summaryrefslogtreecommitdiff
path: root/templates/admin_liberty.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-09-03 10:20:02 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-09-03 10:20:02 +0000
commit41b8dd09e250dd3ea483e1fe94faf94be09af99d (patch)
tree638233456220909511641cd190090559edc30283 /templates/admin_liberty.tpl
parentf54d3fa65f9aed33d22ff188b4fc3ec81542566b (diff)
downloadliberty-41b8dd09e250dd3ea483e1fe94faf94be09af99d.tar.gz
liberty-41b8dd09e250dd3ea483e1fe94faf94be09af99d.tar.bz2
liberty-41b8dd09e250dd3ea483e1fe94faf94be09af99d.zip
synch recent changes from R1 to HEAD
Diffstat (limited to 'templates/admin_liberty.tpl')
-rw-r--r--templates/admin_liberty.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/admin_liberty.tpl b/templates/admin_liberty.tpl
index e3805f1..0c33ea8 100644
--- a/templates/admin_liberty.tpl
+++ b/templates/admin_liberty.tpl
@@ -112,6 +112,15 @@
{/if}
{/forminput}
</div>
+ {foreach from=$formImageFeatures key=item item=output}
+ <div class="row">
+ {formlabel label=`$output.label` for=$item}
+ {forminput}
+ {html_checkboxes name="$item" values="y" checked=`$gBitSystemPrefs.$item` labels=false id=$item}
+ {formhelp note=`$output.note` page=`$output.page`}
+ {/forminput}
+ </div>
+ {/foreach}
{/legend}
{/jstab}
{/jstabs}