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

guillaume at wyona.com guillaume at wyona.com
Fri Jul 31 17:13:56 CEST 2009


Author: guillaume
Date: 2009-07-31 17:13:56 +0200 (Fri, 31 Jul 2009)
New Revision: 43935

Modified:
   public/yanel/trunk/src/webapp/xslt/login-screen.xsl
Log:
The "forgot-password" link was badly positionned.

Issue: 7164


Modified: public/yanel/trunk/src/webapp/xslt/login-screen.xsl
===================================================================
--- public/yanel/trunk/src/webapp/xslt/login-screen.xsl	2009-07-31 14:36:42 UTC (rev 43934)
+++ public/yanel/trunk/src/webapp/xslt/login-screen.xsl	2009-07-31 15:13:56 UTC (rev 43935)
@@ -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:<input type="password" name="yanel.login.password"/> (<a href="{$yanel.back2realm}{$yanel.reservedPrefix}/user-forgot-pw.html">I forgot my password!</a>)
+            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"/>
             <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