aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_captcha.html
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-07-21 10:26:18 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-07-21 10:26:18 +0000
commit3a3872766177c30c580353c2946b0d308685a2c5 (patch)
tree81bc0999d8639921e8db54fbe2e2329454fa6f58 /phpBB/adm/style/acp_captcha.html
parent783da3064a2a4e7163230b75cacb6ef7073493dc (diff)
downloadforums-3a3872766177c30c580353c2946b0d308685a2c5.tar
forums-3a3872766177c30c580353c2946b0d308685a2c5.tar.gz
forums-3a3872766177c30c580353c2946b0d308685a2c5.tar.bz2
forums-3a3872766177c30c580353c2946b0d308685a2c5.tar.xz
forums-3a3872766177c30c580353c2946b0d308685a2c5.zip
copy regiustration attempt setting to acp_captcha - although the setting is pointless
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9809 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_captcha.html')
-rw-r--r--phpBB/adm/style/acp_captcha.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_captcha.html b/phpBB/adm/style/acp_captcha.html
index 290aaa254c..3d87aa89ec 100644
--- a/phpBB/adm/style/acp_captcha.html
+++ b/phpBB/adm/style/acp_captcha.html
@@ -18,6 +18,10 @@
<label><input type="radio" class="radio" name="enable_confirm" value="0"<!-- IF not REG_ENABLE --> checked="checked"<!-- ENDIF --> /> {L_DISABLED}</label></dd>
</dl>
<dl>
+ <dt><label for="max_reg_attempts">{L_REG_LIMIT}:</label><br /><span>{L_REG_LIMIT_EXPLAIN}</span></dt>
+ <dd><input id="max_reg_attempts" type="text" size="4" maxlength="4" name="max_reg_attempts" value="{REG_LIMIT}" /></dd>
+</dl>
+<dl>
<dt><label for="enable_post_confirm">{L_VISUAL_CONFIRM_POST}:</label><br /><span>{L_VISUAL_CONFIRM_POST_EXPLAIN}</span></dt>
<dd><label><input type="radio" class="radio" id="enable_post_confirm" name="enable_post_confirm" value="1"<!-- IF POST_ENABLE --> checked="checked"<!-- ENDIF --> /> {L_ENABLED}</label>
<label><input type="radio" class="radio" name="enable_post_confirm" value="0"<!-- IF not POST_ENABLE --> checked="checked"<!-- ENDIF --> /> {L_DISABLED}</label></dd>