svn commit: r1652615 - in /ofbiz/branches/release13.07: applications/order/webapp/ordermgr/entry/checkoutshippingaddress.ftl specialpurpose/ecommerce/webapp/ecommerce/order/checkoutshippingoptions.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1652615 - in /ofbiz/branches/release13.07: applications/order/webapp/ordermgr/entry/checkoutshippingaddress.ftl specialpurpose/ecommerce/webapp/ecommerce/order/checkoutshippingoptions.ftl

Mridul Pathak-5
Author: mridulpathak
Date: Sat Jan 17 14:49:52 2015
New Revision: 1652615

URL: http://svn.apache.org/r1652615
Log:
[OFBIZ-4457] Checkout layout - in screens before payment screen, the fields are below the last div in right column. Fixed markup as in other checkout pages. Thanks Jacques for reporting the issue, and Amardeep for providing the patch. Applied changes from trunk r1652611.

Modified:
    ofbiz/branches/release13.07/applications/order/webapp/ordermgr/entry/checkoutshippingaddress.ftl
    ofbiz/branches/release13.07/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutshippingoptions.ftl

Modified: ofbiz/branches/release13.07/applications/order/webapp/ordermgr/entry/checkoutshippingaddress.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/order/webapp/ordermgr/entry/checkoutshippingaddress.ftl?rev=1652615&r1=1652614&r2=1652615&view=diff
==============================================================================
--- ofbiz/branches/release13.07/applications/order/webapp/ordermgr/entry/checkoutshippingaddress.ftl (original)
+++ ofbiz/branches/release13.07/applications/order/webapp/ordermgr/entry/checkoutshippingaddress.ftl Sat Jan 17 14:49:52 2015
@@ -55,6 +55,7 @@ function toggleBillingAccount(box) {
 </script>
 <#assign cart = shoppingCart?if_exists/>
 <form method="post" name="checkoutInfoForm" style="margin:0;">
+  <fieldset>
     <input type="hidden" name="checkoutpage" value="shippingaddress"/>
     <div class="screenlet" style="height: 100%;">
         <div class="screenlet-title-bar">
@@ -133,6 +134,7 @@ function toggleBillingAccount(box) {
             ${screens.render("component://order/widget/ordermgr/OrderEntryOrderScreens.xml#customertaxinfo")}
         </div>
     </div>
+  </fieldset>
 </form>
 
 <table width="100%">

Modified: ofbiz/branches/release13.07/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutshippingoptions.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutshippingoptions.ftl?rev=1652615&r1=1652614&r2=1652615&view=diff
==============================================================================
--- ofbiz/branches/release13.07/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutshippingoptions.ftl (original)
+++ ofbiz/branches/release13.07/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutshippingoptions.ftl Sat Jan 17 14:49:52 2015
@@ -59,6 +59,7 @@ function submitForm(form, mode, value) {
 </script>
 
 <form method="post" name="checkoutInfoForm" style="margin:0;">
+  <fieldset>
     <input type="hidden" name="checkoutpage" value="shippingoptions"/>
 
     <div class="screenlet" style="height: 100%;">
@@ -187,6 +188,7 @@ function submitForm(form, mode, value) {
             </table>
         </div>
     </div>
+  </fieldset>
 </form>
 
 <table width="100%">