summaryrefslogtreecommitdiff
path: root/templates/admin_liberty.tpl
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2008-09-15 06:12:06 +0000
committerChristian Fowler <spider@viovio.com>2008-09-15 06:12:06 +0000
commit90e13aa669010113fbd046ea7e1193b8a15b59f2 (patch)
tree931892f153a7c94e7b6a153a31643b1dad3c4a5b /templates/admin_liberty.tpl
parent0c330e61aab251850adb35bd113f7ca2eb1094c4 (diff)
downloadliberty-90e13aa669010113fbd046ea7e1193b8a15b59f2.tar.gz
liberty-90e13aa669010113fbd046ea7e1193b8a15b59f2.tar.bz2
liberty-90e13aa669010113fbd046ea7e1193b8a15b59f2.zip
add feature to limit number of links that can be posted in a content. only supported in LibertyComment currently (anti-spam), add new permission called p_liberty_trusted_editor, which is used with liberty_unstrusted_max_http_in_content
Diffstat (limited to 'templates/admin_liberty.tpl')
-rw-r--r--templates/admin_liberty.tpl11
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/admin_liberty.tpl b/templates/admin_liberty.tpl
index c49b530..2afde5f 100644
--- a/templates/admin_liberty.tpl
+++ b/templates/admin_liberty.tpl
@@ -52,7 +52,7 @@
{/foreach}
{/legend}
- {legend legend="Captcha Settings"}
+ {legend legend="Spam and Captcha Settings"}
{foreach from=$formCaptcha key=item item=output}
<div class="row">
{formlabel label=`$output.label` for=$item}
@@ -66,6 +66,15 @@
{/forminput}
</div>
{/foreach}
+ {foreach from=$formCaptchaTextareaFeatures key=item item=output}
+ <div class="row">
+ {formlabel label=`$output.label` for=$item}
+ {forminput}
+ <input type="text" name="{$item}" value="{$gBitSystem->getConfig($item, $output.default)}" />
+ {formhelp note=`$output.note` page=`$output.page`}
+ {/forminput}
+ </div>
+ {/foreach}
<p class="help">{tr}To set additional parameters and options please view and edit the freecap captcha file itself:{/tr} <code>{$smarty.const.UTIL_PKG_PATH}freecap/freecap.php</code></p>
<p class="warning">{tr}If you can access the following file, please view the freecap.php file for details on how to secure your site against spammers{/tr}: <a href="{$smarty.const.UTIL_PKG_URL}freecap/.ht_freecap_words">{tr}Dictionary{/tr}</a></p>
{/legend}