[jboss-cvs] jboss-seam/examples/wiki/view ...

Christian Bauer christian at hibernate.org
Sun Apr 22 16:09:26 EDT 2007


  User: cbauer  
  Date: 07/04/22 16:09:26

  Modified:    examples/wiki/view  userHome.xhtml
  Log:
  Added feature: Manual account creation (for admins)
  
  Revision  Changes    Path
  1.6       +2 -2      jboss-seam/examples/wiki/view/userHome.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: userHome.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/userHome.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- userHome.xhtml	22 Apr 2007 20:00:14 -0000	1.5
  +++ userHome.xhtml	22 Apr 2007 20:09:26 -0000	1.6
  @@ -130,8 +130,8 @@
   
                       <s:div rendered="#{s:hasPermission('User', 'isAdmin', currentUser)
                                          and userHome.instance.id != adminUser.id
  -                                       and userHome.instance.id != guestUser.id}
  -                                       and userHome.instance.id != currentUser.id">
  +                                       and userHome.instance.id != guestUser.id
  +                                       and userHome.instance.id != currentUser.id}">
                           <s:div styleClass="entry">
                               <div class="label">&#160;</div>
                               <div class="input">
  
  
  



More information about the jboss-cvs-commits mailing list