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

Shane Bryzak sbryzak at redhat.com
Wed Jan 9 22:34:21 EST 2008


  User: sbryzak2
  Date: 08/01/09 22:34:21

  Modified:    examples/seamspace/view  userdetail.xhtml
  Log:
  minor
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/examples/seamspace/view/userdetail.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: userdetail.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/userdetail.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- userdetail.xhtml	9 Jan 2008 10:05:30 -0000	1.2
  +++ userdetail.xhtml	10 Jan 2008 03:34:21 -0000	1.3
  @@ -36,7 +36,7 @@
             </div>                        
                 
             <div class="formRow">            
  -            <h:outputLabel for="roles" value="Roles" styleClass="formLabel"/>
  +            <h:outputLabel for="roles" value="Member of" styleClass="formLabel"/>
               <div class="selectMany">
                 <h:selectManyCheckbox id="roles" value="#{userAction.roles}" layout="pageDirection" styleClass="roles">
                   <s:selectItems value="#{identityManager.listRoles()}" var="role" label="#{role}"/>
  
  
  



More information about the jboss-cvs-commits mailing list