[richfaces-svn-commits] JBoss Rich Faces SVN: r8973 - trunk/samples/richfaces-demo/src/main/webapp/richfaces/include/examples.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Jun 10 06:52:49 EDT 2008
Author: ilya_shaikovsky
Date: 2008-06-10 06:52:49 -0400 (Tue, 10 Jun 2008)
New Revision: 8973
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/include/examples/wstep1.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/include/examples/wstep2.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-3315
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/include/examples/wstep1.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/include/examples/wstep1.xhtml 2008-06-10 10:27:00 UTC (rev 8972)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/include/examples/wstep1.xhtml 2008-06-10 10:52:49 UTC (rev 8973)
@@ -6,7 +6,7 @@
xmlns:rich="http://richfaces.org/rich">
<div style="position:relative;height:140px">
- <h:panelGrid style="padding: 15px" rowClasses="s1row" columns="3" columnClasses="wfcol1,wfcol2,wfcol3">
+ <h:panelGrid rowClasses="s1row" columns="3" columnClasses="wfcol1,wfcol2,wfcol3">
<h:outputText value="First Name:" />
<h:inputText id="fn" value="#{profile.firstName}" label="First Name" required="true" />
<rich:message for="fn" />
@@ -19,7 +19,7 @@
<h:inputText id="comp" value="#{profile.company}" label="Company" required="true" />
<rich:message for="comp"/>
</h:panelGrid>
- <div>
+ <div class="navPanel">
<a4j:commandButton style="float:right" action="next" value="Next >>"/>
</div>
</div>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/include/examples/wstep2.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/include/examples/wstep2.xhtml 2008-06-10 10:27:00 UTC (rev 8972)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/include/examples/wstep2.xhtml 2008-06-10 10:52:49 UTC (rev 8973)
@@ -10,8 +10,6 @@
<h:outputText value="Notes:" />
<h:inputTextarea cols="20" rows="4" id="notes" value="#{profile.notes}" label="Notes" required="true" />
<rich:message for="notes" />
-
-
</h:panelGrid>
<div class="navPanel">
<a4j:commandButton value="<<Previous" style="float:left" immediate="true" action="previous"/>
More information about the richfaces-svn-commits
mailing list