Author: xlawrence
Date: Wed Jun 27 16:29:55 2007
New Revision: 17802
URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D17802&repname=
=3Djahia
Log:
backport fix on bad display of the userName / PassWord fields under IE 7
Modified:
trunk/core/src/webapp/jsp/jahia/engines/login/login.jsp
Modified: trunk/core/src/webapp/jsp/jahia/engines/login/login.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/core/src/webapp=
/jsp/jahia/engines/login/login.jsp&rev=3D17802&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/core/src/webapp/jsp/jahia/engines/login/login.jsp (original)
+++ trunk/core/src/webapp/jsp/jahia/engines/login/login.jsp Wed Jun 27 16:2=
9:55 2007
@@ -84,7 +84,7 @@
}
}
%>
- <input class=3D"inputtype" type=3D"text" name=3D"username" siz=
e=3D"<%=3Dcolumns%>" maxlength=3D"250" tabindex=3D"1"
+ <input type=3D"text" name=3D"username" size=3D"<%=3Dcolumns%>"=
maxlength=3D"250" tabindex=3D"1" style=3D"width:150px;"
value=3D"<%=3Dusername%>">
</td>
</tr>
@@ -93,7 +93,7 @@
<jahia:engineResourceBundle resourceName=3D"org.jahia.engines.=
login.Login_Engine.password.label"/>
</td>
<td class=3D"t4">
- <input class=3D"inputtype" type=3D"password" name=3D"password"=
size=3D"<%=3Dcolumns%>" maxlength=3D"250" tabindex=3D"2">
+ <input type=3D"password" name=3D"password" size=3D"<%=3Dcolumn=
s%>" maxlength=3D"250" tabindex=3D"2" style=3D"width:150px;">
</td>
</tr>
<tr>
_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list