Author: jleroux
Date: Thu Aug  4 07:26:16 2011
New Revision: 1153768

URL: http://svn.apache.org/viewvc?rev=1153768&view=rev
Log:
A patch from Mike ([email protected]) "With any browser on any platform, 
simple checkout displays all options below right column" 
https://issues.apache.org/jira/browse/OFBIZ-3133


Modified:
    
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/anonymousCheckoutLinks.ftl
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/custsettings.ftl

Modified: 
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/anonymousCheckoutLinks.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/anonymousCheckoutLinks.ftl?rev=1153768&r1=1153767&r2=1153768&view=diff
==============================================================================
--- 
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/anonymousCheckoutLinks.ftl
 (original)
+++ 
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/anonymousCheckoutLinks.ftl
 Thu Aug  4 07:26:16 2011
@@ -21,7 +21,7 @@ function submitForm(form) {
    form.submit();
 }
 </script>
-<div class="buttons">
+<div>
     <a href="<@ofbizUrl>setCustomer</@ofbizUrl>" <#if 
callSubmitForm?exists>onclick="javascript:submitForm(document.${parameters.formNameValue?if_exists});"</#if>>Personal
 Info</a>
     <#if (enableShippingAddress)?exists>
         <a href="<@ofbizUrl>setShipping</@ofbizUrl>" <#if 
callSubmitForm?exists>onclick="javascript:submitForm(document.${parameters.formNameValue?if_exists});"</#if>>Shipping
 Address</a>

Modified: 
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/custsettings.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/custsettings.ftl?rev=1153768&r1=1153767&r2=1153768&view=diff
==============================================================================
--- 
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/custsettings.ftl 
(original)
+++ 
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/custsettings.ftl 
Thu Aug  4 07:26:16 2011
@@ -17,6 +17,7 @@ specific language governing permissions 
 under the License.
 -->
 
+<p>
 <h3>${uiLabelMap.EcommerceYourNamePhoneAndEmail}</h3>
 <form id="editCustomerNamePhoneAndEmail" name="${parameters.formNameValue}" 
method="post" action="<@ofbizUrl>processCustomerSettings</@ofbizUrl>">
   <input type="hidden" name="partyId" value="${parameters.partyId?if_exists}"/>
@@ -119,8 +120,8 @@ under the License.
       </select>
     </span>
    </div>
-  </fieldset>
   <div class="buttons">
     <input type="submit" value="${uiLabelMap.CommonContinue}"/>
   </div>
+  </fieldset>
 </form>


Reply via email to