Author: xlawrence
Date: Fri Jun 22 11:15:42 2007
New Revision: 17707

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D17707&repname=
=3Djahia
Log:
fixed display issue of the userName field and password field. Width has bee=
n uniformed for IE6, IE7 and FF

Modified:
    branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/engines/login/lo=
gin.jsp

Modified: branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/engines/lo=
gin/login.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/core/src/webapp/jsp/jahia/engines/login/login.jsp&rev=3D17707&repna=
me=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
--- branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/engines/login/lo=
gin.jsp (original)
+++ branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/engines/login/lo=
gin.jsp Fri Jun 22 11:15:42 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

Reply via email to