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

Shane Bryzak sbryzak at redhat.com
Mon Feb 19 12:13:52 EST 2007


  User: sbryzak2
  Date: 07/02/19 12:13:52

  Modified:    examples/booking/view   book.xhtml template.xhtml
  Log:
  JBSEAM-763
  
  Revision  Changes    Path
  1.30      +13 -13    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.29
  retrieving revision 1.30
  diff -u -b -r1.29 -r1.30
  --- book.xhtml	17 Feb 2007 02:56:46 -0000	1.29
  +++ book.xhtml	19 Feb 2007 17:13:52 -0000	1.30
  @@ -64,8 +64,8 @@
                                           <s:convertDateTime pattern="MM/dd/yyyy"/>
                                           <a:support event="onblur" reRender="checkinDateDecorate"/>
                                       </h:inputText>
  -                                    <s:selectDate for="checkinDate">
  -                                        <h:graphicImage url="img/dtpick.gif" style="margin-left:5px"/>
  +                                    <s:selectDate for="checkinDate" defaultCss="true">
  +                                        <h:graphicImage url="img/dtpick.gif" style="margin-left:5px;cursor:pointer"/>
                                       </s:selectDate>
                                   </s:decorate>
                               </div>
  @@ -80,7 +80,7 @@
                                           <a:support event="onblur" reRender="checkoutDateDecorate"/>
                                       </h:inputText>
                                       <s:selectDate for="checkoutDate">
  -                                        <h:graphicImage url="img/dtpick.gif" style="margin-left:5px"/>
  +                                        <h:graphicImage url="img/dtpick.gif" style="margin-left:5px;cursor:pointer"/>
                                       </s:selectDate>
                                   </s:decorate>
                               </div>
  
  
  
  1.13      +0 -1      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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- template.xhtml	13 Feb 2007 03:49:42 -0000	1.12
  +++ template.xhtml	19 Feb 2007 17:13:52 -0000	1.13
  @@ -7,7 +7,6 @@
   	<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