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

Shane Bryzak sbryzak at redhat.com
Tue Feb 20 10:10:50 EST 2007


  User: sbryzak2
  Date: 07/02/20 10:10:50

  Modified:    examples/seampay/view   search.xhtml
  Removed:     examples/seampay/view   date.css
  Log:
  updated all examples with selectDate changes
  
  Revision  Changes    Path
  1.9       +1 -2      jboss-seam/examples/seampay/view/search.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: search.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seampay/view/search.xhtml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- search.xhtml	12 Dec 2006 23:25:08 -0000	1.8
  +++ search.xhtml	20 Feb 2007 15:10:50 -0000	1.9
  @@ -9,7 +9,6 @@
       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
       <title>Seam Pay</title>
       <link href="screen.css" rel="stylesheet" type="text/css" />
  -    <link href="date.css"   rel="stylesheet" type="text/css" />
   </head>
   <body>
         
  @@ -119,7 +118,7 @@
                                       <s:convertDateTime pattern="MM/dd/yyyy"/>
                                   
                                   </h:inputText>
  -                                <s:selectDate for="paymentDate">
  +                                <s:selectDate for="paymentDate" defaultCss="true">
                                       <h:graphicImage url="img/dtpick.gif" />
                                   </s:selectDate>
   
  
  
  



More information about the jboss-cvs-commits mailing list