[richfaces-svn-commits] JBoss Rich Faces SVN: r14116 - 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 May 12 08:27:19 EDT 2009


Author: ilya_shaikovsky
Date: 2009-05-12 08:27:19 -0400 (Tue, 12 May 2009)
New Revision: 14116

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:
https://jira.jboss.org/jira/browse/RF-7108

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	2009-05-12 12:27:08 UTC (rev 14115)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/include/examples/wstep1.xhtml	2009-05-12 12:27:19 UTC (rev 14116)
@@ -19,7 +19,7 @@
 		<h:inputText id="comp" value="#{profile.company}"  label="Company"  required="true" />
 		<rich:message for="comp"/>
 	</h:panelGrid>
-	<div class="navPanel">
+	<div class="navPanel" style="width:100%;">
 		<a4j:commandButton style="float:right" action="next" value="Next &gt;&gt;"/>
 	</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	2009-05-12 12:27:08 UTC (rev 14115)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/include/examples/wstep2.xhtml	2009-05-12 12:27:19 UTC (rev 14116)
@@ -11,7 +11,7 @@
 		<h:inputTextarea cols="20" rows="4" id="notes" value="#{profile.notes}" label="Notes" required="true" />
 		<rich:message  for="notes" />
 	</h:panelGrid>
-	<div class="navPanel">
+	<div class="navPanel" style="width:100%;">
 	<a4j:commandButton value="&lt;&lt;Previous" style="float:left"  immediate="true" action="previous"/>
 	<a4j:commandButton value="Next &gt;&gt;"  style="float:right"  action="next"/>
 	</div>




More information about the richfaces-svn-commits mailing list