diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2009-08-14 10:00:30 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2009-08-14 10:00:30 +0000 |
commit | 918e66758795f744092fce2d423f6d43bb00b7c0 (patch) | |
tree | 9b69d7771084ac7f96838984ce08131cf246976c /phpBB/adm | |
parent | 52250a33b49c406681fdf6cd93609c53ba108d87 (diff) | |
download | forums-918e66758795f744092fce2d423f6d43bb00b7c0.tar forums-918e66758795f744092fce2d423f6d43bb00b7c0.tar.gz forums-918e66758795f744092fce2d423f6d43bb00b7c0.tar.bz2 forums-918e66758795f744092fce2d423f6d43bb00b7c0.tar.xz forums-918e66758795f744092fce2d423f6d43bb00b7c0.zip |
#49675 #49655 - ATTENTION: small captcha API change
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9975 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_captcha.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_captcha.html b/phpBB/adm/style/acp_captcha.html index 3d87aa89ec..12f2251ab5 100644 --- a/phpBB/adm/style/acp_captcha.html +++ b/phpBB/adm/style/acp_captcha.html @@ -39,10 +39,12 @@ <dt><label for="captcha_select">{L_CAPTCHA_SELECT}:</label><br /><span>{L_CAPTCHA_SELECT_EXPLAIN}</span></dt> <dd><select id="captcha_select" name="select_captcha" onchange="(document.getElementById('acp_captcha')).submit()" >{CAPTCHA_SELECT}</select></dd> </dl> + <!-- IF S_CAPTCHA_HAS_CONFIG --> <dl> <dt><label for="configure">{L_CAPTCHA_CONFIGURE}:</label><br /><span>{L_CAPTCHA_CONFIGURE_EXPLAIN}</span></dt> <dd><input class="button2" type="submit" id="configure" name="configure" value="{L_CONFIGURE}" /></dd> </dl> +<!-- ENDIF --> </fieldset> <!-- IF CAPTCHA_PREVIEW_TPL --> |