aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_captcha.html
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-01-21 13:37:50 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-01-21 13:37:50 +0000
commit71039008474e678959a432db1868faf5d6a3cb71 (patch)
tree6025cab93575492e49e04b67d94008278d2b900c /phpBB/adm/style/acp_captcha.html
parentfce20fd8988d83e27e76ea057c25d189347df400 (diff)
downloadforums-71039008474e678959a432db1868faf5d6a3cb71.tar
forums-71039008474e678959a432db1868faf5d6a3cb71.tar.gz
forums-71039008474e678959a432db1868faf5d6a3cb71.tar.bz2
forums-71039008474e678959a432db1868faf5d6a3cb71.tar.xz
forums-71039008474e678959a432db1868faf5d6a3cb71.zip
New option for the GD VC. Parameters need some more tweaking
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9283 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_captcha.html')
-rw-r--r--phpBB/adm/style/acp_captcha.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_captcha.html b/phpBB/adm/style/acp_captcha.html
index d9d087d6ba..7334b69f70 100644
--- a/phpBB/adm/style/acp_captcha.html
+++ b/phpBB/adm/style/acp_captcha.html
@@ -41,6 +41,12 @@
<dt><label for="captcha_gd_y_grid">{L_CAPTCHA_GD_Y_GRID}:</label><br /><span>{L_CAPTCHA_GD_Y_GRID_EXPLAIN}</span></dt>
<dd><input id="captcha_gd_y_grid" name="captcha_gd_y_grid" value="{CAPTCHA_GD_Y_GRID}" type="text" /></dd>
</dl>
+<dl>
+ <dt><label for="captcha_gd_wave">{L_CAPTCHA_GD_WAVE}:</label><br /><span>{L_CAPTCHA_GD_WAVE_EXPLAIN}</span></dt>
+ <dd><label><input id="captcha_gd_wave" name="captcha_gd_wave" value="0" class="radio" type="radio"<!-- IF not CAPTCHA_GD_WAVE --> checked="checked"<!-- ENDIF --> /> {L_OFF}</label>
+ <label><input name="captcha_gd_wave" value="1" class="radio" type="radio"<!-- IF CAPTCHA_GD_WAVE == 1 --> checked="checked"<!-- ENDIF --> /> {L_ON}</label>
+</dd>
+</dl>
<!-- ENDIF -->
</fieldset>