summaryrefslogtreecommitdiff
path: root/templates/admin_liberty.tpl
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-03-17 20:23:21 +0000
committerwjames5 <will@tekimaki.com>2009-03-17 20:23:21 +0000
commit9f81375d86b32bf88bc3b836b6222ace914f8297 (patch)
tree194c40a92f61bc0c1c426640e72d4dc96c1a861e /templates/admin_liberty.tpl
parenta5e4c1f684379b8371cb88babe221f89be7c93d4 (diff)
downloadliberty-9f81375d86b32bf88bc3b836b6222ace914f8297.tar.gz
liberty-9f81375d86b32bf88bc3b836b6222ace914f8297.tar.bz2
liberty-9f81375d86b32bf88bc3b836b6222ace914f8297.zip
upgrade Comments to LiberytMime to support attaching files to comments. big move also of comment storage hash verification into LComm::verifyComment, everything else is support. new liberty admin option to enabled attachments on comments. boards and tickters verification bits move into verification services
Diffstat (limited to 'templates/admin_liberty.tpl')
-rw-r--r--templates/admin_liberty.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/admin_liberty.tpl b/templates/admin_liberty.tpl
index 58052ec..ba35e51 100644
--- a/templates/admin_liberty.tpl
+++ b/templates/admin_liberty.tpl
@@ -28,6 +28,16 @@
{formhelp note=""}
{/forminput}
</div>
+
+ {foreach from=$attachmentOptions 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}
{legend legend="Miscellaneous"}