Author: dmaliarevich
Date: 2009-04-02 12:20:16 -0400 (Thu, 02 Apr 2009)
New Revision: 14465
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/components/button.xhtml.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-3690, vpe-text class was added to span elements
to avoid custom style declaration influences, some seam templates were added.
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/components/button.xhtml.xml
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/components/button.xhtml.xml 2009-04-02
15:44:56 UTC (rev 14464)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/components/button.xhtml.xml 2009-04-02
16:20:16 UTC (rev 14465)
@@ -1,5 +1,5 @@
<tests>
<test id="id1">
- <INPUT TYPE="submit" VALUE=" " STYLE="-moz-user-modify:
read-only;"/>
+ <INPUT TYPE="button" VALUE=" "
STYLE="-moz-user-modify: read-only;"/>
</test>
</tests>
\ No newline at end of file