Author: deepak
Date: Sat May 21 09:35:32 2016 New Revision: 1744882 URL: http://svn.apache.org/viewvc?rev=1744882&view=rev Log: (OFBIZ-7021) Renamed specialpurpose googlecheckout component ftl file name from lower camel case to upper camel case pattern. Added: ofbiz/trunk/specialpurpose/googlecheckout/template/CheckoutFlowSupport.ftl - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/googlecheckout/template/checkoutFlowSupport.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/OrderProcessingSupport.ftl - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/googlecheckout/template/orderProcessingSupport.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/ShoppingCart.ftl - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/googlecheckout/template/shoppingCart.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/checkoutFlowSupport/MerchantCalculations.ftl - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/googlecheckout/template/checkoutFlowSupport/merchantCalculations.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/checkoutFlowSupport/RequestPhone.ftl - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/googlecheckout/template/checkoutFlowSupport/requestPhone.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/checkoutFlowSupport/ShippingMethods.ftl - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/googlecheckout/template/checkoutFlowSupport/shippingMethods.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/checkoutFlowSupport/SimpleFlow.ftl - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/googlecheckout/template/checkoutFlowSupport/simpleFlow.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/checkoutFlowSupport/TaxTables.ftl - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/googlecheckout/template/checkoutFlowSupport/taxTables.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/redirect/RedirectHeader.ftl - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/googlecheckout/template/redirect/redirectHeader.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/shoppingCart/Expiration.ftl - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/googlecheckout/template/shoppingCart/expiration.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/shoppingCart/Items.ftl - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/googlecheckout/template/shoppingCart/items.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/shoppingCart/PrivateData.ftl - copied unchanged from r1744878, ofbiz/trunk/specialpurpose/googlecheckout/template/shoppingCart/privateData.ftl Removed: ofbiz/trunk/specialpurpose/googlecheckout/template/checkoutFlowSupport.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/checkoutFlowSupport/merchantCalculations.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/checkoutFlowSupport/requestPhone.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/checkoutFlowSupport/shippingMethods.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/checkoutFlowSupport/simpleFlow.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/checkoutFlowSupport/taxTables.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/orderProcessingSupport.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/redirect/redirectHeader.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/shoppingCart.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/shoppingCart/expiration.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/shoppingCart/items.ftl ofbiz/trunk/specialpurpose/googlecheckout/template/shoppingCart/privateData.ftl Modified: ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutScreens.xml Modified: ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutScreens.xml?rev=1744882&r1=1744881&r2=1744882&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutScreens.xml (original) +++ ofbiz/trunk/specialpurpose/googlecheckout/widget/GoogleCheckoutScreens.xml Sat May 21 09:35:32 2016 @@ -31,21 +31,21 @@ <screen name="shoppingCart"> <section> <widgets> - <platform-specific><html><html-template location="component://googlecheckout/template/shoppingCart.ftl"/></html></platform-specific> + <platform-specific><html><html-template location="component://googlecheckout/template/ShoppingCart.ftl"/></html></platform-specific> </widgets> </section> </screen> <screen name="checkoutFlowSupport"> <section> <widgets> - <platform-specific><html><html-template location="component://googlecheckout/template/checkoutFlowSupport.ftl"/></html></platform-specific> + <platform-specific><html><html-template location="component://googlecheckout/template/CheckoutFlowSupport.ftl"/></html></platform-specific> </widgets> </section> </screen> <screen name="orderProcessingSupport"> <section> <widgets> - <platform-specific><html><html-template location="component://googlecheckout/template/orderProcessingSupport.ftl"/></html></platform-specific> + <platform-specific><html><html-template location="component://googlecheckout/template/OrderProcessingSupport.ftl"/></html></platform-specific> </widgets> </section> </screen> @@ -53,7 +53,7 @@ <screen name="items"> <section> <widgets> - <platform-specific><html><html-template location="component://googlecheckout/template/shoppingCart/items.ftl"/></html></platform-specific> + <platform-specific><html><html-template location="component://googlecheckout/template/shoppingCart/Items.ftl"/></html></platform-specific> </widgets> </section> </screen> @@ -63,7 +63,7 @@ <not><if-empty field="googleCart.cartExpiration"/></not> </condition> <widgets> - <platform-specific><html><html-template location="component://googlecheckout/template/shoppingCart/expiration.ftl"/></html></platform-specific> + <platform-specific><html><html-template location="component://googlecheckout/template/shoppingCart/Expiration.ftl"/></html></platform-specific> </widgets> </section> </screen> @@ -73,7 +73,7 @@ <not><if-empty field="googleCart.merchantPrivateData"/></not> </condition> <widgets> - <platform-specific><html><html-template location="component://googlecheckout/template/shoppingCart/privateData.ftl"/></html></platform-specific> + <platform-specific><html><html-template location="component://googlecheckout/template/shoppingCart/PrivateData.ftl"/></html></platform-specific> </widgets> </section> </screen> @@ -93,14 +93,14 @@ <not><if-empty field="shippingMethods"/></not> </condition> <widgets> - <platform-specific><html><html-template location="component://googlecheckout/template/checkoutFlowSupport/shippingMethods.ftl"/></html></platform-specific> + <platform-specific><html><html-template location="component://googlecheckout/template/checkoutFlowSupport/ShippingMethods.ftl"/></html></platform-specific> </widgets> </section> </screen> <screen name="simpleFlow"> <section> <widgets> - <platform-specific><html><html-template location="component://googlecheckout/template/checkoutFlowSupport/simpleFlow.ftl"/></html></platform-specific> + <platform-specific><html><html-template location="component://googlecheckout/template/checkoutFlowSupport/SimpleFlow.ftl"/></html></platform-specific> </widgets> </section> </screen> @@ -110,7 +110,7 @@ <not><if-empty field="flowSupport.taxTables"/></not> </condition> <widgets> - <platform-specific><html><html-template location="component://googlecheckout/template/checkoutFlowSupport/taxTables.ftl"/></html></platform-specific> + <platform-specific><html><html-template location="component://googlecheckout/template/checkoutFlowSupport/TaxTables.ftl"/></html></platform-specific> </widgets> </section> </screen> @@ -120,7 +120,7 @@ <not><if-empty field="flowSupport.requestPhone"/></not> </condition> <widgets> - <platform-specific><html><html-template location="component://googlecheckout/template/checkoutFlowSupport/requestPhone.ftl"/></html></platform-specific> + <platform-specific><html><html-template location="component://googlecheckout/template/checkoutFlowSupport/RequestPhone.ftl"/></html></platform-specific> </widgets> </section> </screen> @@ -128,7 +128,7 @@ <section> <widgets> <platform-specific> - <html><html-template location="component://googlecheckout/template/redirect/redirectHeader.ftl"/></html> + <html><html-template location="component://googlecheckout/template/redirect/RedirectHeader.ftl"/></html> </platform-specific> </widgets> </section> |
Free forum by Nabble | Edit this page |