[jboss-cvs] jboss-seam/examples/jpa/view ...
Shane Bryzak
sbryzak at redhat.com
Tue Feb 20 10:10:36 EST 2007
User: sbryzak2
Date: 07/02/20 10:10:36
Modified: examples/jpa/view book.xhtml template.xhtml
Log:
updated all examples with selectDate changes
Revision Changes Path
1.8 +12 -12 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.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- book.xhtml 9 Jan 2007 20:53:45 -0000 1.7
+++ book.xhtml 20 Feb 2007 15:10:36 -0000 1.8
@@ -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.7 +0 -1 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.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- template.xhtml 19 Feb 2007 04:07:23 -0000 1.6
+++ template.xhtml 20 Feb 2007 15:10:36 -0000 1.7
@@ -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