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

Gavin King gavin.king at jboss.com
Tue Nov 14 00:50:59 EST 2006


  User: gavin   
  Date: 06/11/14 00:50:59

  Modified:    examples/booking/view        book.xhtml confirm.xhtml
                        home.xhtml hotel.xhtml main.xhtml password.xhtml
                        register.xhtml
  Log:
  s:button
  
  Revision  Changes    Path
  1.25      +2 -2      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.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- book.xhtml	14 Nov 2006 05:03:00 -0000	1.24
  +++ book.xhtml	14 Nov 2006 05:50:59 -0000	1.25
  @@ -165,8 +165,8 @@
   		<div class="entry">
   			<div class="label">&#160;</div>
   			<div class="input">
  -				<h:commandButton id="proceed" value="Proceed" action="#{hotelBooking.setBookingDetails}" styleClass="button"/>&#160;
  -				<s:button id="cancel" value="Cancel" action="#{hotelBooking.cancel}" styleClass="button"/>
  +				<h:commandButton id="proceed" value="Proceed" action="#{hotelBooking.setBookingDetails}"/>&#160;
  +				<s:button id="cancel" value="Cancel" action="#{hotelBooking.cancel}"/>
   			</div>
   		</div>		
   	</fieldset>
  
  
  
  1.15      +3 -3      jboss-seam/examples/booking/view/confirm.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: confirm.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/confirm.xhtml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- confirm.xhtml	8 Nov 2006 23:13:59 -0000	1.14
  +++ confirm.xhtml	14 Nov 2006 05:50:59 -0000	1.15
  @@ -49,9 +49,9 @@
   		<div class="entry">
   			<div class="label">&#160;</div>
   			<div class="input">
  -				<h:commandButton id="confirm" value="Confirm" action="#{hotelBooking.confirm}" styleClass="button"/>&#160;
  -    			<h:commandButton id="revise" value="Revise" action="back" styleClass="button"/>&#160;
  -    			<h:commandButton id="cancel" value="Cancel" action="#{hotelBooking.cancel}" styleClass="button"/>
  +				<h:commandButton id="confirm" value="Confirm" action="#{hotelBooking.confirm}"/>&#160;
  +    			<h:commandButton id="revise" value="Revise" action="back"/>&#160;
  +    			<h:commandButton id="cancel" value="Cancel" action="#{hotelBooking.cancel}"/>
   			</div>
   		</div>
   	</fieldset>
  
  
  
  1.11      +1 -1      jboss-seam/examples/booking/view/home.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: home.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/home.xhtml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- home.xhtml	8 Nov 2006 23:18:32 -0000	1.10
  +++ home.xhtml	14 Nov 2006 05:50:59 -0000	1.11
  @@ -28,7 +28,7 @@
   					<h:inputSecret id="password" value="#{user.password}" style="width: 175px;"/>
   				</div>
   				<div class="errors"><h:messages globalOnly="true"/></div>
  -				<div class="buttonBox"><h:commandButton id="login" action="#{login.login}" value="Account Login" styleClass="button"/></div>
  +				<div class="buttonBox"><h:commandButton id="login" action="#{login.login}" value="Account Login"/></div>
   				<div class="notes"><h:commandLink id="register" action="register">Register New User</h:commandLink></div>
   			</fieldset>
               </h:form>
  
  
  
  1.13      +2 -2      jboss-seam/examples/booking/view/hotel.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hotel.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/hotel.xhtml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- hotel.xhtml	8 Nov 2006 23:13:59 -0000	1.12
  +++ hotel.xhtml	14 Nov 2006 05:50:59 -0000	1.13
  @@ -40,8 +40,8 @@
   <div class="section">
   	<h:form id="hotel">
   	<fieldset class="buttonBox">
  -		<h:commandButton id="bookHotel" action="#{hotelBooking.bookHotel}" value="Book Hotel" styleClass="button"/>&#160;
  -		<h:commandButton id="cancel" action="#{hotelBooking.cancel}" value="Back to Search" styleClass="button"/>
  +		<h:commandButton id="bookHotel" action="#{hotelBooking.bookHotel}" value="Book Hotel"/>&#160;
  +		<h:commandButton id="cancel" action="#{hotelBooking.cancel}" value="Back to Search"/>
   	</fieldset>
   	</h:form>
   </div>
  
  
  
  1.26      +1 -1      jboss-seam/examples/booking/view/main.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: main.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/main.xhtml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- main.xhtml	8 Nov 2006 23:02:50 -0000	1.25
  +++ main.xhtml	14 Nov 2006 05:50:59 -0000	1.26
  @@ -23,7 +23,7 @@
            <a:support event="onkeyup" actionListener="#{hotelSearch.find}" reRender="searchResults" />
          </h:inputText>
          &#160;
  -	   <a:commandButton id="findHotels" value="Find Hotels" action="#{hotelSearch.find}" styleClass="button" reRender="searchResults"/>
  +	   <a:commandButton id="findHotels" value="Find Hotels" action="#{hotelSearch.find}" reRender="searchResults"/>
          &#160;
          <a:status>
             <f:facet name="start">
  
  
  
  1.10      +2 -2      jboss-seam/examples/booking/view/password.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: password.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/password.xhtml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- password.xhtml	14 Nov 2006 05:03:00 -0000	1.9
  +++ password.xhtml	14 Nov 2006 05:50:59 -0000	1.10
  @@ -52,8 +52,8 @@
   			<div class="entry">
   				<div class="label">&#160;</div>
   				<div class="input">
  -					<h:commandButton id="change" value="Change" action="#{changePassword.changePassword}" styleClass="button"/>&#160;
  -					<s:button id="cancel" value="Cancel" action="#{changePassword.cancel}" styleClass="button"/>
  +					<h:commandButton id="change" value="Change" action="#{changePassword.changePassword}"/>&#160;
  +					<s:button id="cancel" value="Cancel" action="#{changePassword.cancel}"/>
   				</div>
   			</div>
   			
  
  
  
  1.19      +2 -2      jboss-seam/examples/booking/view/register.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: register.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/register.xhtml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- register.xhtml	14 Nov 2006 05:03:00 -0000	1.18
  +++ register.xhtml	14 Nov 2006 05:50:59 -0000	1.19
  @@ -105,8 +105,8 @@
   					<div class="entry">
   						<div class="label">&#160;</div>
   						<div class="input">
  -							<h:commandButton id="register" value="Register" action="#{register.register}" styleClass="button"/>&#160;
  -							<s:button id="cancel" value="Cancel" action="login" styleClass="button"/>
  +							<h:commandButton id="register" value="Register" action="#{register.register}"/>&#160;
  +							<s:button id="cancel" value="Cancel" action="login"/>
   						</div>
   					</div>
   					
  
  
  



More information about the jboss-cvs-commits mailing list