From 6220db47b3e23c8d14cbecbdda34be83d47889ae Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 28 Jan 2009 08:15:56 +0000 Subject: Simplify the recaptcha admin page. It's not guaranteed to verify your recaptcha private key properly anymore, but it's more intuitive to configure in the admin UI. --- modules/recaptcha/views/admin_recaptcha.html.php | 66 ++++++++---------------- 1 file changed, 22 insertions(+), 44 deletions(-) (limited to 'modules/recaptcha/views') diff --git a/modules/recaptcha/views/admin_recaptcha.html.php b/modules/recaptcha/views/admin_recaptcha.html.php index e4f00e00..ed90aea9 100644 --- a/modules/recaptcha/views/admin_recaptcha.html.php +++ b/modules/recaptcha/views/admin_recaptcha.html.php @@ -1,52 +1,30 @@ - - -

- get_key_url}\">ReCaptcha Public/Private Key pair, which is also free. Once registered, the the challenge and response strings are evaluated at recaptcha.net to determine if the form content has been entered by a bot.") ?> + get_key_url}\">ReCaptcha Public/Private Key pair, which is also free. Once registered, the the challenge and response strings are evaluated at recaptcha.net to determine if the form content has been entered by a bot.", array("url" => "http://recaptcha.net")) ?>

+ + +
+

+

+ +

+ +
+ + +
+
+ + -- cgit v1.2.3