You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/09/18 10:29:49 UTC

svn commit: r1761316 - /ofbiz/trunk/specialpurpose/ecommerce/template/order/CheckoutReview.ftl

Author: jleroux
Date: Sun Sep 18 10:29:49 2016
New Revision: 1761316

URL: http://svn.apache.org/viewvc?rev=1761316&view=rev
Log:
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("<@o...@ofbizUrl>
-      ");
       document.${parameters.formNameValue}.processButton.value = "${uiLabelMap.OrderSubmittingOrder}";
       document.${parameters.formNameValue}.processButton.disabled = true;
       document.${parameters.formNameValue}.submit();



Re: svn commit: r1761316 - /ofbiz/trunk/specialpurpose/ecommerce/template/order/CheckoutReview.ftl

Posted by Pranay Pandey <pr...@hotwaxsystems.com>.
Thanks Jacques!

Best regards,

Pranay Pandey
HotWax Systems
http://www.hotwaxsystems.com/

On Sun, Sep 18, 2016 at 3:59 PM, <jl...@apache.org> wrote:

> Author: jleroux
> Date: Sun Sep 18 10:29:49 2016
> New Revision: 1761316
>
> URL: http://svn.apache.org/viewvc?rev=1761316&view=rev
> Log:
> 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("<@o...@ofbizUrl>
> -      ");
>        document.${parameters.formNameValue}.processButton.value =
> "${uiLabelMap.OrderSubmittingOrder}";
>        document.${parameters.formNameValue}.processButton.disabled = true;
>        document.${parameters.formNameValue}.submit();
>
>
>