[richfaces-svn-commits] JBoss Rich Faces SVN: r13933 - trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/includes.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Apr 30 05:35:47 EDT 2009


Author: ilya_shaikovsky
Date: 2009-04-30 05:35:47 -0400 (Thu, 30 Apr 2009)
New Revision: 13933

Modified:
   trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/includes/sidebar.xhtml
Log:
themes names in selector changed

Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/includes/sidebar.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/includes/sidebar.xhtml	2009-04-30 09:03:45 UTC (rev 13932)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/includes/sidebar.xhtml	2009-04-30 09:35:47 UTC (rev 13933)
@@ -15,8 +15,8 @@
 					<f:selectItem itemValue="" itemLabel="Default" />
 					<f:selectItem itemValue="simple" itemLabel="Simple" />
 					<f:selectItem itemValue="violetRays" itemLabel="Violet Rays" />
-					<f:selectItem itemValue="theme1" itemLabel="Theme One" />
-					<f:selectItem itemValue="theme2" itemLabel="Theme Two" />
+					<f:selectItem itemValue="oldschool" itemLabel="Old School" />
+					<f:selectItem itemValue="smooth" itemLabel="Smooth" />
 				</h:selectOneMenu>
 				<h:outputLabel for="width" value="Page Width" />
 				<h:inputText id="width" value="#{layoutBean.width}" style="width:75px"/>




More information about the richfaces-svn-commits mailing list