[jboss-cvs] jboss-seam/examples/wiki/view/themes/default/m ...

Christian Bauer christian at hibernate.org
Tue Dec 18 23:29:32 EST 2007


  User: cbauer  
  Date: 07/12/18 23:29:32

  Modified:    examples/wiki/view/themes/default/m  template.xhtml
  Log:
  Major rewrite of the most of the application
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/examples/wiki/view/themes/default/m/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/m/template.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- template.xhtml	12 Oct 2007 16:31:28 -0000	1.2
  +++ template.xhtml	19 Dec 2007 04:29:32 -0000	1.3
  @@ -79,7 +79,7 @@
   
                   <h:commandButton action="#{authenticator.logout}" value="#{messages['lacewiki.button.Logout']}"/>
   
  -                <h:outputLink styleClass="userControlLink" value="#{wiki:renderHomeURL(currentUser)}"
  +                <h:outputLink styleClass="userControlLink" value="#{wiki:renderURL(currentUser.memberHome)}"
                           rendered="#{!empty currentUser.memberHome}">#{messages['lacewiki.button.Home']}</h:outputLink>
   
               </h:panelGrid>
  
  
  



More information about the jboss-cvs-commits mailing list