[richfaces-svn-commits] JBoss Rich Faces SVN: r13571 - trunk/test-applications/realworld2/web/src/main/webapp/includes/shelf.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Apr 14 10:29:35 EDT 2009


Author: amarkhel
Date: 2009-04-14 10:29:35 -0400 (Tue, 14 Apr 2009)
New Revision: 13571

Modified:
   trunk/test-applications/realworld2/web/src/main/webapp/includes/shelf/shelfEditInfo.xhtml
Log:
Fix RF-6778

Modified: trunk/test-applications/realworld2/web/src/main/webapp/includes/shelf/shelfEditInfo.xhtml
===================================================================
--- trunk/test-applications/realworld2/web/src/main/webapp/includes/shelf/shelfEditInfo.xhtml	2009-04-14 14:28:01 UTC (rev 13570)
+++ trunk/test-applications/realworld2/web/src/main/webapp/includes/shelf/shelfEditInfo.xhtml	2009-04-14 14:29:35 UTC (rev 13571)
@@ -37,7 +37,17 @@
 				</td>
 			</tr>
 			<tr>
+				<td valign="top" nowrap="true"  style="padding-top : 8px">
+					<h:outputText value="#{messages['album.shared']}" />
+				</td>
 				<td valign="top">
+					<h:selectBooleanCheckbox styleClass="selectBooleanCheckbox"
+							id="shared" value="#{shelf.shared}"/>
+					<rich:message for="shared" />
+				</td>
+			</tr>
+			<tr>
+				<td valign="top">
 
 
 				</td>




More information about the richfaces-svn-commits mailing list