[richfaces-svn-commits] JBoss Rich Faces SVN: r4754 - in branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces: orderingList/example and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Dec 11 18:02:12 EST 2007


Author: SergeySmirnov
Date: 2007-12-11 18:02:12 -0500 (Tue, 11 Dec 2007)
New Revision: 4754

Modified:
   branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/listShuttle/examples/toolBarCustomization.xhtml
   branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/orderingList/example/playlist.xhtml
Log:
look-n-feel in the demo

Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/listShuttle/examples/toolBarCustomization.xhtml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/listShuttle/examples/toolBarCustomization.xhtml	2007-12-11 23:01:46 UTC (rev 4753)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/listShuttle/examples/toolBarCustomization.xhtml	2007-12-11 23:02:12 UTC (rev 4754)
@@ -34,7 +34,7 @@
 			sourceCaptionLabel="Available Items"
 			targetCaptionLabel="Currently Active Items"
 			converter="listShuttleconverter">
-			<rich:column>
+			<rich:column width="18">
 				<h:graphicImage value="#{items.iconURI}"></h:graphicImage>
 			</rich:column>
 			<rich:column>

Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/orderingList/example/playlist.xhtml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/orderingList/example/playlist.xhtml	2007-12-11 23:01:46 UTC (rev 4753)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/orderingList/example/playlist.xhtml	2007-12-11 23:02:12 UTC (rev 4754)
@@ -10,7 +10,7 @@
 	}
 </style>
 	<rich:orderingList value="#{library.libraryAsList}" var="lib" listHeight="300" listWidth="350">
-		<rich:column  width="300">
+		<rich:column  width="180">
 		<f:facet name="header">
 			Song Name
 		</f:facet> 




More information about the richfaces-svn-commits mailing list