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

Shane Bryzak sbryzak at redhat.com
Wed Feb 21 20:48:38 EST 2007


  User: sbryzak2
  Date: 07/02/21 20:48:38

  Modified:    examples/booking/view   book.xhtml template.xhtml
  Log:
  provide date css
  
  Revision  Changes    Path
  1.32      +2 -2      jboss-seam/examples/booking/view/book.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: book.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/book.xhtml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -b -r1.31 -r1.32
  --- book.xhtml	20 Feb 2007 15:10:08 -0000	1.31
  +++ book.xhtml	22 Feb 2007 01:48:38 -0000	1.32
  @@ -64,7 +64,7 @@
                                           <s:convertDateTime pattern="MM/dd/yyyy"/>
                                           <a:support event="onblur" reRender="checkinDateDecorate"/>
                                       </h:inputText>
  -                                    <s:selectDate for="checkinDate" defaultCss="true">
  +                                    <s:selectDate for="checkinDate">
                                           <h:graphicImage url="img/dtpick.gif" style="margin-left:5px;cursor:pointer"/>
                                       </s:selectDate>
                                   </s:decorate>
  @@ -79,7 +79,7 @@
                                           <s:convertDateTime pattern="MM/dd/yyyy"/>
                                           <a:support event="onblur" reRender="checkoutDateDecorate"/>
                                       </h:inputText>
  -                                    <s:selectDate for="checkoutDate" defaultCss="true">
  +                                    <s:selectDate for="checkoutDate">
                                           <h:graphicImage url="img/dtpick.gif" style="margin-left:5px;cursor:pointer"/>
                                       </s:selectDate>
                                   </s:decorate>
  
  
  
  1.14      +1 -0      jboss-seam/examples/booking/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/booking/view/template.xhtml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- template.xhtml	19 Feb 2007 17:13:52 -0000	1.13
  +++ template.xhtml	22 Feb 2007 01:48:38 -0000	1.14
  @@ -7,6 +7,7 @@
   	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   	<title>JBoss Suites: Seam Framework</title>
   	<link href="css/screen.css" rel="stylesheet" type="text/css" />
  +	<link href="css/date.css" rel="stylesheet" type="text/css" />
   </head>
   <body>
   
  
  
  



More information about the jboss-cvs-commits mailing list