Author: jleroux
Date: Sun Sep 18 10:29:49 2016
New Revision: 1761316
URL:
http://svn.apache.org/viewvc?rev=1761316&view=revLog:
Improves:E-commerce : FTL formatting
(OFBIZ-7949)
Fixes a typo introduced by r1761135
Modified:
ofbiz/trunk/specialpurpose/ecommerce/template/order/CheckoutReview.ftl
Modified: ofbiz/trunk/specialpurpose/ecommerce/template/order/CheckoutReview.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/template/order/CheckoutReview.ftl?rev=1761316&r1=1761315&r2=1761316&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/template/order/CheckoutReview.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/template/order/CheckoutReview.ftl Sun Sep 18 10:29:49 2016
@@ -24,7 +24,6 @@ under the License.
if (clicked == 0) {
clicked++;
//window.location.replace("<@ofbizUrl>processorder</@ofbizUrl>
- ");
document.${parameters.formNameValue}.processButton.value = "${uiLabelMap.OrderSubmittingOrder}";
document.${parameters.formNameValue}.processButton.disabled = true;
document.${parameters.formNameValue}.submit();