diff options
author | Oliver Schramm <oliver.schramm97@gmail.com> | 2015-11-06 13:28:24 +0100 |
---|---|---|
committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2015-11-06 13:28:24 +0100 |
commit | fbb9f8859a7c1e5431823000b13f3c6295a8682b (patch) | |
tree | 481ed638d3cbb4ce3732af0ee6ff51cfc1d64ce5 /phpBB/adm/style | |
parent | 402f36e42daf2ab09934ccf266deeb6d8a7d5b23 (diff) | |
parent | 854ee0b04d1b1147de293e017dd509b6cd3dd1e5 (diff) | |
download | forums-fbb9f8859a7c1e5431823000b13f3c6295a8682b.tar forums-fbb9f8859a7c1e5431823000b13f3c6295a8682b.tar.gz forums-fbb9f8859a7c1e5431823000b13f3c6295a8682b.tar.bz2 forums-fbb9f8859a7c1e5431823000b13f3c6295a8682b.tar.xz forums-fbb9f8859a7c1e5431823000b13f3c6295a8682b.zip |
Merge branch '3.1.x'
Conflicts:
phpBB/includes/acp/acp_captcha.php
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> |