[jboss-cvs] jboss-seam/examples/spring/view ...
Shane Bryzak
sbryzak at redhat.com
Thu Feb 22 00:51:19 EST 2007
User: sbryzak2
Date: 07/02/22 00:51:19
Modified: examples/spring/view book.xhtml template.xhtml
Log:
remove default css
Revision Changes Path
1.4 +2 -2 jboss-seam/examples/spring/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/spring/view/book.xhtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- book.xhtml 20 Feb 2007 15:11:04 -0000 1.3
+++ book.xhtml 22 Feb 2007 05:51:19 -0000 1.4
@@ -57,7 +57,7 @@
<h:inputText id="checkinDate" value="#{booking.checkinDate}" required="true">
<s:convertDateTime pattern="MM/dd/yyyy"/>
</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/>
@@ -73,7 +73,7 @@
<h:inputText id="checkoutDate" value="#{booking.checkoutDate}" required="true">
<s:convertDateTime pattern="MM/dd/yyyy"/>
</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.4 +1 -0 jboss-seam/examples/spring/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/spring/view/template.xhtml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- template.xhtml 20 Feb 2007 15:11:04 -0000 1.3
+++ template.xhtml 22 Feb 2007 05:51:19 -0000 1.4
@@ -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