Author: sshyrkov Date: Mon Jun 18 09:23:02 2007 New Revision: 17610 URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D17610&repname= =3Djahia Log: JAHIA-2043: Sp2 mandatory fields (blog entries): display issues with IE6 - = small text is badly aligned =
http://www.jahia.net/jira/browse/JAHIA-2043 Resolved: style attribute for width added to limit the size of the text inp= ut field Modified: trunk/core/src/webapp/jsp/jahia/engines/shared/smalltext_field.jsp Modified: trunk/core/src/webapp/jsp/jahia/engines/shared/smalltext_field.jsp URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/core/src/webapp= /jsp/jahia/engines/shared/smalltext_field.jsp&rev=3D17610&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/shared/smalltext_field.jsp (ori= ginal) +++ trunk/core/src/webapp/jsp/jahia/engines/shared/smalltext_field.jsp Mon = Jun 18 09:23:02 2007 @@ -349,7 +349,7 @@ } } %> = -<textarea id=3D"field_<%=3DtheField.getID()%>" name=3D"_<%=3DtheField.getI= D()%>" rows=3D"3" cols=3D"100" <% if ( readOnly ){%> disabled=3D"disabled"<= % } %>><%=3Dval%></textarea> +<textarea id=3D"field_<%=3DtheField.getID()%>" name=3D"_<%=3DtheField.getI= D()%>" rows=3D"3" cols=3D"100" style=3D"width:98%" <% if ( readOnly ){%> di= sabled=3D"disabled"<% } %>><%=3Dval%></textarea> <% } else { %> <% final String val; @@ -359,7 +359,7 @@ val =3D ExpressionMarker.getValue(theField.getRawValue(), jParams); } %> -<input id=3D"field_<%=3DtheField.getID()%>" name=3D"_<%=3DtheField.getID()= %>" size=3D"100" type=3D"text" maxlength=3D"250" value=3D"<%=3Dval%>" +<input id=3D"field_<%=3DtheField.getID()%>" name=3D"_<%=3DtheField.getID()= %>" style=3D"width:98%" type=3D"text" maxlength=3D"250" value=3D"<%=3Dval%>" <% if ( readOnly ){%> disabled=3D"disabled"<% } %> > <% } _______________________________________________ cvs_list mailing list [email protected] http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list
