diff --git a/phpBB/adm/style/captcha_turnstile_acp.html b/phpBB/adm/style/captcha_turnstile_acp.html index 446a0f436b..a187e1e41b 100644 --- a/phpBB/adm/style/captcha_turnstile_acp.html +++ b/phpBB/adm/style/captcha_turnstile_acp.html @@ -23,10 +23,24 @@
+
+
+ +
{{ lang('CAPTCHA_TURNSTILE_THEME_EXPLAIN') }} +
+
+ {% for theme in CAPTCHA_TURNSTILE_THEMES %} + + {% endfor %} +
+
{{ lang('PREVIEW') }} - {% if PREVIEW %} + {% if PREVIEW %}

{{ lang('WARNING') }}

{{ lang('CAPTCHA_PREVIEW_MSG') }}

diff --git a/phpBB/adm/style/captcha_turnstile_acp_demo.html b/phpBB/adm/style/captcha_turnstile_acp_demo.html index 348e96967a..757d0a4bcb 100644 --- a/phpBB/adm/style/captcha_turnstile_acp_demo.html +++ b/phpBB/adm/style/captcha_turnstile_acp_demo.html @@ -1,5 +1,5 @@
-
+
{% INCLUDEJS U_TURNSTILE_SCRIPT %} {# The cf-turnstile class is used in JavaScript #} -
+
{% else %} {{ lang('CAPTCHA_TURNSTILE_NOT_AVAILABLE') }} {% endif %}