[richfaces-svn-commits] JBoss Rich Faces SVN: r13728 - in trunk/examples/photoalbum/web/src/main: webapp/WEB-INF/tags/templates and 1 other directories.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Apr 21 09:51:20 EDT 2009
Author: Alex.Kolonitsky
Date: 2009-04-21 09:51:19 -0400 (Tue, 21 Apr 2009)
New Revision: 13728
Modified:
trunk/examples/photoalbum/web/src/main/resources/messages_en.properties
trunk/examples/photoalbum/web/src/main/webapp/WEB-INF/tags/templates/button.xhtml
trunk/examples/photoalbum/web/src/main/webapp/layout/template.xhtml
Log:
fix button
Modified: trunk/examples/photoalbum/web/src/main/resources/messages_en.properties
===================================================================
--- trunk/examples/photoalbum/web/src/main/resources/messages_en.properties 2009-04-21 13:37:44 UTC (rev 13727)
+++ trunk/examples/photoalbum/web/src/main/resources/messages_en.properties 2009-04-21 13:51:19 UTC (rev 13728)
@@ -167,7 +167,7 @@
user.confirm.error=Confirm Password not equals password
user.sex=Sex
user.dontshowmail=Do not show to others
-user.informaboutnews=Inform me about news in RealWorld Demo
+user.informaboutnews=Inform me about news in PhotoAlbum Demo
user.changeavatar=Change avatar
menu.welcome=Welcome,
Modified: trunk/examples/photoalbum/web/src/main/webapp/WEB-INF/tags/templates/button.xhtml
===================================================================
--- trunk/examples/photoalbum/web/src/main/webapp/WEB-INF/tags/templates/button.xhtml 2009-04-21 13:37:44 UTC (rev 13727)
+++ trunk/examples/photoalbum/web/src/main/webapp/WEB-INF/tags/templates/button.xhtml 2009-04-21 13:51:19 UTC (rev 13728)
@@ -11,7 +11,7 @@
<a4j:loadScript src="/scripts/buttons.js" />
<richx:actionMapper>
- <a4j:outputPanel layout="block" style="#{style}" styleClass="realworldButton #{styleClass}" lang="#{lang}" dir="#{dir}" title="#{title}"
+ <a4j:outputPanel layout="block" style="#{style}" styleClass="photoalbumButton #{styleClass}" lang="#{lang}" dir="#{dir}" title="#{title}"
rendered="#{empty rendered or rendered}"
onmousedown="RF_RW_DEMO.toPressed(this)" onmouseup="RF_RW_DEMO.toReleased(this)" onmouseout="RF_RW_DEMO.toReleased(this)">
Modified: trunk/examples/photoalbum/web/src/main/webapp/layout/template.xhtml
===================================================================
(Binary files differ)
More information about the richfaces-svn-commits
mailing list