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

Shane Bryzak sbryzak at redhat.com
Thu Feb 22 00:51:11 EST 2007


  User: sbryzak2
  Date: 07/02/22 00:51:11

  Modified:    examples/seamspace/view   register.xhtml template.xhtml
  Log:
  remove default css
  
  Revision  Changes    Path
  1.11      +1 -1      jboss-seam/examples/seamspace/view/register.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: register.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/register.xhtml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- register.xhtml	19 Feb 2007 17:13:58 -0000	1.10
  +++ register.xhtml	22 Feb 2007 05:51:11 -0000	1.11
  @@ -77,7 +77,7 @@
                   <h:inputText id="dob" value="#{newMember.dob}" required="true">
                     <s:convertDateTime pattern="MM/dd/yyyy"/>
                   </h:inputText>
  -                <s:selectDate for="dob" defaultCss="true"><img src="images/ellipsis.png" class="ellipsis"/></s:selectDate>
  +                <s:selectDate for="dob"><img src="images/ellipsis.png" class="ellipsis"/></s:selectDate>
                   <div class="validationError"><h:message for="dob"/></div>
                 </div>           
                 
  
  
  
  1.11      +1 -0      jboss-seam/examples/seamspace/view/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/template.xhtml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- template.xhtml	31 Jan 2007 07:17:42 -0000	1.10
  +++ template.xhtml	22 Feb 2007 05:51:11 -0000	1.11
  @@ -8,6 +8,7 @@
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
     <title>SeamSpace</title>
     <link href="style/seamspace.css" rel="stylesheet" type="text/css"/>
  +  <link href="style/date.css" rel="stylesheet" type="text/css"/>
   </head>
   
   <body>
  
  
  



More information about the jboss-cvs-commits mailing list