You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2007/09/12 21:11:43 UTC

svn commit: r575045 - in /myfaces/orchestra/trunk/examples/src/main/webapp/mops: EditCustomerGroup.jsp SearchProduct.jsp

Author: werpu
Date: Wed Sep 12 12:11:42 2007
New Revision: 575045

URL: http://svn.apache.org/viewvc?rev=575045&view=rev
Log:
added style classes for the buttons

Modified:
    myfaces/orchestra/trunk/examples/src/main/webapp/mops/EditCustomerGroup.jsp
    myfaces/orchestra/trunk/examples/src/main/webapp/mops/SearchProduct.jsp

Modified: myfaces/orchestra/trunk/examples/src/main/webapp/mops/EditCustomerGroup.jsp
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/examples/src/main/webapp/mops/EditCustomerGroup.jsp?rev=575045&r1=575044&r2=575045&view=diff
==============================================================================
--- myfaces/orchestra/trunk/examples/src/main/webapp/mops/EditCustomerGroup.jsp (original)
+++ myfaces/orchestra/trunk/examples/src/main/webapp/mops/EditCustomerGroup.jsp Wed Sep 12 12:11:42 2007
@@ -67,10 +67,10 @@
 					<h:panelGrid
 						columns="2"
 						rowClasses="formAction">
-						<h:commandButton
+						<h:commandButton styleClass="btn"
 							value="New Customer-Group"
 							action="#{mopsEditCustomerGroup.newCustomerGroupAction}" />
-						<h:commandButton
+						<h:commandButton styleClass="btn"
 							value="Save Customer-Group"
 							action="#{mopsEditCustomerGroup.saveCustomerGroupAction}" />
 					</h:panelGrid>
@@ -91,7 +91,7 @@
 
 					<f:facet name="footer">
 
-						<h:commandButton
+						<h:commandButton  styleClass="btn"
 							value="Save Customer-Groups"
 							action="#{mopsEditCustomerGroup.saveCustomerGroupsAction}" />
 
@@ -107,7 +107,7 @@
 						<h:panelGrid
 							columns="2"
 							rowClasses="formAction">
-							<h:commandButton
+							<h:commandButton styleClass="btn"
 								value="Delete"
 								action="#{mopsEditCustomerGroup.deleteCustomerGroupAction}">
 								<t:updateActionListener

Modified: myfaces/orchestra/trunk/examples/src/main/webapp/mops/SearchProduct.jsp
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/examples/src/main/webapp/mops/SearchProduct.jsp?rev=575045&r1=575044&r2=575045&view=diff
==============================================================================
--- myfaces/orchestra/trunk/examples/src/main/webapp/mops/SearchProduct.jsp (original)
+++ myfaces/orchestra/trunk/examples/src/main/webapp/mops/SearchProduct.jsp Wed Sep 12 12:11:42 2007
@@ -94,7 +94,7 @@
 				id="searchText"
 				value="#{mopsSearchProduct.searchText}" />
 
-			<h:commandButton
+			<h:commandButton  styleClass="btn"
 				value="go"
 				action="#{mopsSearchProduct.searchProductAction}" />