diff options
author | Cesar G <prototech91@gmail.com> | 2015-10-14 01:54:22 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2015-10-14 03:31:34 -0700 |
commit | 5d8e9004837426bf72f67ed35b55344d4d47624a (patch) | |
tree | 31fec42821acc12ca7f5cca2fad831cff08b5314 /phpBB/adm/style | |
parent | 3367f0036a2521c7d6ea2b3fed5d42f7b0d19611 (diff) | |
download | forums-5d8e9004837426bf72f67ed35b55344d4d47624a.tar forums-5d8e9004837426bf72f67ed35b55344d4d47624a.tar.gz forums-5d8e9004837426bf72f67ed35b55344d4d47624a.tar.bz2 forums-5d8e9004837426bf72f67ed35b55344d4d47624a.tar.xz forums-5d8e9004837426bf72f67ed35b55344d4d47624a.zip |
[ticket/11971] Validate "Spambot countermeasures" settings before saving.
PHPBB3-11971
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_captcha.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_captcha.html b/phpBB/adm/style/acp_captcha.html index f4866653c3..0efbbac51e 100644 --- a/phpBB/adm/style/acp_captcha.html +++ b/phpBB/adm/style/acp_captcha.html @@ -8,6 +8,13 @@ <p>{L_ACP_VC_EXT_GET_MORE}</p> +<!-- IF ERROR_MSG --> +<div class="errorbox"> + <h3>{L_WARNING}</h3> + <p>{ERROR_MSG}</p> +</div> +<!-- ENDIF --> + <form id="acp_captcha" method="post" action="{U_ACTION}"> <fieldset> |