[richfaces-svn-commits] JBoss Rich Faces SVN: r13507 - in trunk/test-applications/realworld2/web/src/main/webapp/includes: shelf and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Apr 10 12:51:14 EDT 2009


Author: abelevich
Date: 2009-04-10 12:51:14 -0400 (Fri, 10 Apr 2009)
New Revision: 13507

Modified:
   trunk/test-applications/realworld2/web/src/main/webapp/includes/index/login.xhtml
   trunk/test-applications/realworld2/web/src/main/webapp/includes/shelf/shelfEditInfo.xhtml
Log:
fix modalpanel layouts

Modified: trunk/test-applications/realworld2/web/src/main/webapp/includes/index/login.xhtml
===================================================================
(Binary files differ)

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-10 16:46:11 UTC (rev 13506)
+++ trunk/test-applications/realworld2/web/src/main/webapp/includes/shelf/shelfEditInfo.xhtml	2009-04-10 16:51:14 UTC (rev 13507)
@@ -41,7 +41,7 @@
 
 
 				</td>
-				<td width="100%" valign="top" align="right" colspan="2" style="padding : 10px;">
+				<td valign="top" align="right" colspan="2" style="padding : 10px;">
 					<richx:commandButton id="cancelButton" value="Cancel" style="float: left" immediate="true" actionListener="#{controller.cancelEditShelf()}" reRender="mainArea" />
 					<richx:commandButton id="saveButton" value="Save" actionListener="#{shelfManager.editShelf(shelf)}" reRender="mainArea" />
 				</td>




More information about the richfaces-svn-commits mailing list