r10017 - apps/gobi/trunk/code/User

[email protected] Sun, 14 Mar 2010 12:45:38 +0100 (CET)
Newsgroups gmane.comp.java.helma.cvs
Message-ID <20100314114538.77B293D0E2@mia>
Author: hannes
Date: 2010-03-14 12:45:38 +0100 (Sun, 14 Mar 2010)
New Revision: 10017

Modified:
   apps/gobi/trunk/code/User/create.skin
Log:
Refine captcha text and formatting


Details at http://dev.helma.org/trac/helma/changeset/10017

Modified: apps/gobi/trunk/code/User/create.skin
===================================================================
--- apps/gobi/trunk/code/User/create.skin	2010-03-13 22:33:57 UTC (rev 10016)
+++ apps/gobi/trunk/code/User/create.skin	2010-03-14 11:45:38 UTC (rev 10017)
@@ -12,11 +12,12 @@
 
 <% this.formEditor %>
 
+<p>
 <img src="captcha" id="captcha" alt="captcha"><br>
-Enter Captcha (<a href="#" 
+Please enter the letters in the image above (<a href="#" 
     onclick="document.getElementById('captcha').src='captcha?renew=' + Math.random(); return false;">request a new one</a>)<br>
 <input name="captcha">
-<br><br>
+</p>
 
 <input type="submit" name="save" value="Save">
 </form>