[jboss-cvs] jboss-seam/seam-gen/view ...

Gavin King gavin.king at jboss.com
Sat Mar 10 15:30:01 EST 2007


  User: gavin   
  Date: 07/03/10 15:30:01

  Modified:    seam-gen/view  login.xhtml
  Log:
  more consistent layout
  
  Revision  Changes    Path
  1.8       +9 -8      jboss-seam/seam-gen/view/login.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: login.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/login.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- login.xhtml	9 Mar 2007 23:55:07 -0000	1.7
  +++ login.xhtml	10 Mar 2007 20:30:01 -0000	1.8
  @@ -10,16 +10,16 @@
   
   <ui:define name="body">
       
  +    <h:messages styleClass="message"/>
  +    
  +    <h:form id="login">
  +    
       <rich:panel rendered="false"/>
       <div class="dr-pnl rich-panel">
       <div class="dr-pnl-h rich-panel-header">Login</div>
       <div class="dr-pnl-b rich-panel-body">
       <p>Please login using any username and password</p>
       
  -    <h:messages styleClass="message"/>
  -    
  -    <h:form id="login">
  -    
           <div class="dialog">
           <h:panelGrid columns="2" rowClasses="prop" columnClasses="name,value">
               <h:outputLabel for="username">Username</h:outputLabel>
  @@ -34,13 +34,14 @@
           </h:panelGrid>
           </div>
               
  +    </div>
  +    </div>
  +        
           <div class="actionButtons">
               <h:commandButton value="Login" action="#{identity.login}"/>
           </div>
             
       </h:form>
  -    </div>
  -    </div>
           
  -</ui:define> 
  + </ui:define> 
   </ui:composition>
  
  
  



More information about the jboss-cvs-commits mailing list