From 760a03fffc84b625a85d43bacd308cad35a668f0 Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Sun, 18 Feb 2018 15:04:37 +0100 Subject: [ticket/15564] Switch to Invisible reCAPTCHA PHPBB3-15564 --- .../prosilver/template/captcha_recaptcha.html | 31 ++++------------------ 1 file changed, 5 insertions(+), 26 deletions(-) (limited to 'phpBB/styles/prosilver/template/captcha_recaptcha.html') diff --git a/phpBB/styles/prosilver/template/captcha_recaptcha.html b/phpBB/styles/prosilver/template/captcha_recaptcha.html index a123f543a8..8fc7faa50f 100644 --- a/phpBB/styles/prosilver/template/captcha_recaptcha.html +++ b/phpBB/styles/prosilver/template/captcha_recaptcha.html @@ -1,30 +1,9 @@ - -
-
- -

{L_CONFIRMATION}

-

{L_CONFIRM_EXPLAIN}

- -
- - -
-

{L_RECAPTCHA_EXPLAIN}
-
- - -
-
-
+ + {% INCLUDEJS RECAPTCHA_SERVER ~ '.js?onload=phpbbRecaptchaOnLoad&hl=' ~ lang('RECAPTCHA_LANG') %} +
{L_RECAPTCHA_NOT_AVAILABLE} - - -
-
-
- -- cgit v1.2.1