[Yanel-commits] rev 44197 - public/yanel/trunk/src/webapp/xslt

michi at wyona.com michi at wyona.com
Fri Aug 14 09:40:47 CEST 2009


Author: michi
Date: 2009-08-14 09:40:47 +0200 (Fri, 14 Aug 2009)
New Revision: 44197

Modified:
   public/yanel/trunk/src/webapp/xslt/login-screen.xsl
Log:
order fixed, because otherwise hitting tab always leads to forgot password link

Modified: public/yanel/trunk/src/webapp/xslt/login-screen.xsl
===================================================================
--- public/yanel/trunk/src/webapp/xslt/login-screen.xsl	2009-08-14 07:36:30 UTC (rev 44196)
+++ public/yanel/trunk/src/webapp/xslt/login-screen.xsl	2009-08-14 07:40:47 UTC (rev 44197)
@@ -38,7 +38,7 @@
         <xsl:apply-templates select="/yanel:yanel-auth-screen/yanel:message"/>
           <form method="POST">
             Username:<xsl:choose><xsl:when test="/yanel:yanel-auth-screen/yanel:login-default"><input type="text" name="yanel.login.username" value="{/yanel:yanel-auth-screen/yanel:login-default/@yanel:username}"/></xsl:when><xsl:otherwise><input type="text" name="yanel.login.username"/></xsl:otherwise></xsl:choose>
-            Password: (<a id="forgotpw" href="{$yanel.back2realm}{$yanel.reservedPrefix}/user-forgot-pw.html">I forgot my password!</a>)<input type="password" name="yanel.login.password"/>
+            Password: <input type="password" name="yanel.login.password"/>(<a id="forgotpw" href="{$yanel.back2realm}{$yanel.reservedPrefix}/user-forgot-pw.html">I forgot my password!</a>)<br/>
             <xsl:choose><xsl:when test="/yanel:yanel-auth-screen/yanel:login-default"><input type="checkbox" name="remember-my-login-name" checked="checked"/></xsl:when><xsl:otherwise><input type="checkbox" name="remember-my-login-name"/></xsl:otherwise></xsl:choose> Remember my login name (for 1 day (<a href="">More info</a>). Uncheck if on a shared computer!)
             <input type="submit" value="Login" name="regular-login"/>
           </form>



More information about the Yanel-commits mailing list