You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by su...@apache.org on 2020/02/22 12:03:17 UTC

[ofbiz-plugins] branch trunk updated: Fixed: Billing Information UI getting distorted. (OFBIZ-10980)

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new a73712b  Fixed: Billing Information UI getting distorted. (OFBIZ-10980)
a73712b is described below

commit a73712b17af70016eea08584f97b581667f4a011
Author: Suraj Khurana <su...@hotwax.co>
AuthorDate: Sat Feb 22 17:14:19 2020 +0530

    Fixed: Billing Information UI getting distorted.
    (OFBIZ-10980)
    
    Thanks Padmavati Rawat for reporting and Sourabh Punyani for the patch.
---
 ecommerce/template/customer/EditEftAccount.ftl | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ecommerce/template/customer/EditEftAccount.ftl b/ecommerce/template/customer/EditEftAccount.ftl
index 74090d4..74c147b 100644
--- a/ecommerce/template/customer/EditEftAccount.ftl
+++ b/ecommerce/template/customer/EditEftAccount.ftl
@@ -88,7 +88,7 @@ under the License.
           <#if curPostalAddress??>
           <div class="row">
             <div class="col-sm-12">
-              <input type="radio" name="contactMechId" value="${curContactMechId}" checked="checked" class="form-control"/>
+              <input type="radio" name="contactMechId" value="${curContactMechId}" checked="checked"/>
                 <label><strong>${uiLabelMap.PartyUseCurrentAddress}:</strong></label>
                 <#list curPartyContactMechPurposes as curPartyContactMechPurpose>
                   <#assign curContactMechPurposeType =
@@ -99,11 +99,14 @@ under the License.
                     </#if>
                 </#list>
                   <#if curPostalAddress.toName??>
+                    </br>
                     <strong>${uiLabelMap.CommonTo}:</strong> ${curPostalAddress.toName}
                   </#if>
                   <#if curPostalAddress.attnName??>
+                    </br>
                     <strong>${uiLabelMap.PartyAddrAttnName}:</strong> ${curPostalAddress.attnName}
                   </#if>
+                </br>
                   ${curPostalAddress.address1!}<br/>
                   <#if curPostalAddress.address2??>${curPostalAddress.address2}<br/></#if>
                   ${curPostalAddress.city}