[richfaces-svn-commits] JBoss Rich Faces SVN: r13978 - in trunk/examples/photoalbum/source/web/src/main: webapp/includes/album and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Apr 30 13:28:14 EDT 2009


Author: amarkhel
Date: 2009-04-30 13:28:14 -0400 (Thu, 30 Apr 2009)
New Revision: 13978

Modified:
   trunk/examples/photoalbum/source/web/src/main/resources/org/richfaces/photoalbum/editor/advanced.properties
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/album/albumEditInfo.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/shelf/shelfEditInfo.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/shelf/shelfInfo.xhtml
Log:


Modified: trunk/examples/photoalbum/source/web/src/main/resources/org/richfaces/photoalbum/editor/advanced.properties
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/resources/org/richfaces/photoalbum/editor/advanced.properties	2009-04-30 17:28:10 UTC (rev 13977)
+++ trunk/examples/photoalbum/source/web/src/main/resources/org/richfaces/photoalbum/editor/advanced.properties	2009-04-30 17:28:14 UTC (rev 13978)
@@ -1,6 +1,6 @@
 theme="advanced"
-plugins="style,save,insertdatetime,paste"
-theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,fontselect,fontsizeselect"
+plugins="save,insertdatetime,paste"
+theme_advanced_buttons1 : "bold,italic,underline,strikethrough"
 theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,separator,bullist,numlist,separator,undo,redo,separator,cleanup,help,code,separator,insertdate,inserttime,separator,forecolor,backcolor"
 theme_advanced_buttons3 : "hr,sub,sup"
 theme_advanced_toolbar_location : "top"

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/album/albumEditInfo.xhtml
===================================================================
(Binary files differ)

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/shelf/shelfEditInfo.xhtml
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/webapp/includes/shelf/shelfEditInfo.xhtml	2009-04-30 17:28:10 UTC (rev 13977)
+++ trunk/examples/photoalbum/source/web/src/main/webapp/includes/shelf/shelfEditInfo.xhtml	2009-04-30 17:28:14 UTC (rev 13978)
@@ -76,7 +76,7 @@
 					<td valign="top">
 					</td>
 					<td valign="top" align="right" colspan="2" style="padding : 10px;">
-						<richx:commandButton id="saveButton" style="float: left" value="#{messages['save']}" actionListener="#{shelfManager.editShelf(model.selectedShelf)}" reRender="mainArea" />
+						<richx:commandButton id="saveButton" style="float: left" value="#{messages['save']}" actionListener="#{shelfManager.editShelf(model.selectedShelf)}" reRender="treePanel, mainArea" />
 						<richx:commandButton id="cancelButton" value="#{messages['cancel']}"  immediate="true" actionListener="#{controller.cancelEditShelf()}" reRender="mainArea" />
 					</td>
 				</tr>

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/shelf/shelfInfo.xhtml
===================================================================
(Binary files differ)




More information about the richfaces-svn-commits mailing list