From 461be11e8d0f5d4bd879cf95bd1472dbe985e0b6 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Fri, 19 Sep 2008 13:17:30 +0000 Subject: Okay, that is pretty raw, but better to have it in place than trying to play catch-up. Introducing an early stage of CAPTCHA modules. git-svn-id: file:///svn/phpbb/trunk@8889 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/prosilver/template/captcha_default.html | 8 ++++++++ phpBB/styles/prosilver/template/login_body.html | 10 +++------- phpBB/styles/prosilver/template/posting_editor.html | 6 +----- phpBB/styles/prosilver/template/ucp_register.html | 12 +++--------- 4 files changed, 15 insertions(+), 21 deletions(-) create mode 100755 phpBB/styles/prosilver/template/captcha_default.html (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/captcha_default.html b/phpBB/styles/prosilver/template/captcha_default.html new file mode 100755 index 0000000000..2cfc41338d --- /dev/null +++ b/phpBB/styles/prosilver/template/captcha_default.html @@ -0,0 +1,8 @@ + +
+
+
+
+
+
{L_CONFIRM_CODE_EXPLAIN}
+
\ No newline at end of file diff --git a/phpBB/styles/prosilver/template/login_body.html b/phpBB/styles/prosilver/template/login_body.html index ac7ada28c9..a32c2d1e42 100644 --- a/phpBB/styles/prosilver/template/login_body.html +++ b/phpBB/styles/prosilver/template/login_body.html @@ -21,21 +21,16 @@
{L_RESEND_ACTIVATION}
- -
-

{L_CONFIRM_CODE_EXPLAIN}
-
{CONFIRM_IMAGE}
-
-
+ {CONFIRM} -
+
 
{S_HIDDEN_FIELDS}
@@ -46,6 +41,7 @@ +
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index f255862430..89c11703b7 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -100,11 +100,7 @@
-
-

{L_CONFIRM_CODE_EXPLAIN}
-
{CONFIRM_IMAGE}
-
-
+ {CONFIRM} diff --git a/phpBB/styles/prosilver/template/ucp_register.html b/phpBB/styles/prosilver/template/ucp_register.html index 721028cef6..8d635198d3 100644 --- a/phpBB/styles/prosilver/template/ucp_register.html +++ b/phpBB/styles/prosilver/template/ucp_register.html @@ -71,8 +71,7 @@ - - + @@ -83,15 +82,10 @@

{L_CONFIRM_EXPLAIN}

-
-
-
{CONFIRM_IMG}
-
-
{L_CONFIRM_CODE_EXPLAIN}
-
+ {S_CAPTCHA}
- + -- cgit v1.2.1