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

Christian Bauer christian.bauer at jboss.com
Tue Feb 27 08:21:45 EST 2007


  User: cbauer  
  Date: 07/02/27 08:21:45

  Modified:    examples/wiki/view/plugins/userControl  plugin.xhtml
  Log:
  Implemented conversational navigation (not perfect, open JIRA issues)
  
  Revision  Changes    Path
  1.3       +2 -1      jboss-seam/examples/wiki/view/plugins/userControl/plugin.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plugin.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/userControl/plugin.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- plugin.xhtml	22 Feb 2007 11:52:26 -0000	1.2
  +++ plugin.xhtml	27 Feb 2007 13:21:45 -0000	1.3
  @@ -27,7 +27,8 @@
               <h:panelGroup>
                   <h:outputText styleClass="userControlLabel" value="(#{authenticatedUser.firstname} #{authenticatedUser.lastname})"/>
                   <h:commandLink styleClass="userControlLink" action="#{identity.logout}" tabindex="70">Logout</h:commandLink>
  -                <s:link styleClass="userControlLink" action="editMyProfile" tabindex="71">Profile</s:link>
  +                <s:link styleClass="userControlLink" action="editCurrentUser" tabindex="71">Profile</s:link>
  +                <s:link styleClass="userControlLink" action="listUsers" tabindex="72" accesskey="M"><u>M</u>embers</s:link>
               </h:panelGroup>
           </h:form>
       </s:div>
  
  
  



More information about the jboss-cvs-commits mailing list