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

Shane Bryzak sbryzak at redhat.com
Thu Feb 22 00:50:55 EST 2007


  User: sbryzak2
  Date: 07/02/22 00:50:55

  Modified:    examples/jpa/view   book.xhtml template.xhtml
  Log:
  remove default css
  
  Revision  Changes    Path
  1.9       +2 -2      jboss-seam/examples/jpa/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/jpa/view/book.xhtml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- book.xhtml	20 Feb 2007 15:10:36 -0000	1.8
  +++ book.xhtml	22 Feb 2007 05:50:55 -0000	1.9
  @@ -59,7 +59,7 @@
                                           <s:convertDateTime pattern="MM/dd/yyyy"/>
                                           <a:support event="onblur" reRender="checkinDateErrors"/>
                                       </h:inputText>
  -                                    <s:selectDate for="checkinDate" defaultCss="true">
  +                                    <s:selectDate for="checkinDate">
                                           <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" defaultCss="true">
  +                                    <s:selectDate for="checkoutDate">
                                           <h:graphicImage url="img/dtpick.gif" style="margin-left:5px"/>
                                       </s:selectDate>
                                       <br/>
  
  
  
  1.8       +1 -0      jboss-seam/examples/jpa/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/jpa/view/template.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- template.xhtml	20 Feb 2007 15:10:36 -0000	1.7
  +++ template.xhtml	22 Feb 2007 05:50:55 -0000	1.8
  @@ -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