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

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


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

  Modified:    examples/glassfish/view   book.xhtml template.xhtml
  Log:
  updated all examples with selectDate changes
  
  Revision  Changes    Path
  1.4       +12 -12    jboss-seam/examples/glassfish/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/glassfish/view/book.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- book.xhtml	9 Jan 2007 09:12:11 -0000	1.3
  +++ book.xhtml	20 Feb 2007 15:10:22 -0000	1.4
  @@ -59,7 +59,7 @@
                                           <s:convertDateTime pattern="MM/dd/yyyy"/>
                                           <a:support event="onblur" reRender="checkinDateErrors"/>
                                       </h:inputText>
  -                                    <s:selectDate for="checkinDate">
  +                                    <s:selectDate for="checkinDate" defaultCss="true">
                                           <h:graphicImage url="img/dtpick.gif" style="margin-left:5px"/>
                                       </s:selectDate>
                                       <br/>
  @@ -76,7 +76,7 @@
                                           <s:convertDateTime pattern="MM/dd/yyyy"/>
                                           <a:support event="onblur" reRender="checkoutDateErrors"/>
                                       </h:inputText>
  -                                    <s:selectDate for="checkoutDate">
  +                                    <s:selectDate for="checkoutDate" defaultCss="true">
                                           <h:graphicImage url="img/dtpick.gif" style="margin-left:5px"/>
                                       </s:selectDate>
                                       <br/>
  
  
  
  1.4       +35 -36    jboss-seam/examples/glassfish/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/glassfish/view/template.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- template.xhtml	9 Jan 2007 09:12:11 -0000	1.3
  +++ template.xhtml	20 Feb 2007 15:10:22 -0000	1.4
  @@ -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