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 2011/11/10 08:45:23 UTC

svn commit: r1200207 - /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl

Author: jleroux
Date: Thu Nov 10 07:45:23 2011
New Revision: 1200207

URL: http://svn.apache.org/viewvc?rev=1200207&view=rev
Log:
A patch from Kiran Gawde "OnePageCheckout billToAddress2 label has style info" https://issues.apache.org/jira/browse/OFBIZ-4554

shipToAddress2 doesn't have any style specified. So seems like the style for billToAddress2 was left over from old coding or someone added it by mistake. After removing style, it still looks good 

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl?rev=1200207&r1=1200206&r2=1200207&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl Thu Nov 10 07:45:23 2011
@@ -420,7 +420,7 @@ under the License.
                               <input id="billToAddress1" name="billToAddress1" class="required" size="30" type="text" value="${billToAddress1?if_exists}" />
                           </div>
                           <div>
-                              <label for="billToAddress2" style="margin-top: 9px;">${uiLabelMap.PartyAddressLine2}</label>
+                              <label for="billToAddress2">${uiLabelMap.PartyAddressLine2}</label>
                               <input id="billToAddress2" name="billToAddress2" type="text" value="${billToAddress2?if_exists}" size="30" />
                           </div>
                           <div>