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 2020/07/25 08:06:54 UTC

[ofbiz-plugins] branch release18.12 updated: Improved: Update markup of Quick Checkout Page according Bootstrap v4.0.0 (OFBIZ-10136) Fixes a typo

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new c05bc3a  Improved: Update markup of Quick Checkout Page according Bootstrap v4.0.0 (OFBIZ-10136) Fixes a typo
c05bc3a is described below

commit c05bc3af1b6cb6d6748c12762b86509a36fe5175
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Sat Jul 25 09:55:04 2020 +0200

    Improved: Update markup of Quick Checkout Page according Bootstrap v4.0.0 (OFBIZ-10136)
    Fixes a typo
---
 ecommerce/template/order/CheckoutOptions.ftl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ecommerce/template/order/CheckoutOptions.ftl b/ecommerce/template/order/CheckoutOptions.ftl
index 155578f..85a948a 100644
--- a/ecommerce/template/order/CheckoutOptions.ftl
+++ b/ecommerce/template/order/CheckoutOptions.ftl
@@ -214,7 +214,7 @@ function submitForm(form, mode, value) {
         <#-- Payment Method Selection -->
         <div class="card" >
             <h4 class="card-header">
-              3.&nbsp${uiLabelMap.OrderHowShallYouPay}?
+              3.&nbsp;${uiLabelMap.OrderHowShallYouPay}?
             </h4>
             <div class="card-body" >
                   <h5>${uiLabelMap.CommonAdd}:</h5>
@@ -369,4 +369,4 @@ function submitForm(form, mode, value) {
   <div class="col-auto">
     <a href="javascript:submitForm(document.checkoutInfoForm, 'DN', '');" class="btn btn-primary">${uiLabelMap.OrderContinueToFinalOrderReview}</a>
   </div>
-</div>
\ No newline at end of file
+</div>