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/08/04 09:26:17 UTC

svn commit: r1153768 - in /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order: anonymousCheckoutLinks.ftl custsettings.ftl

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 (mz4wheeler@gmail.com) "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="<@o...@ofbizUrl>" <#if callSubmitForm?exists>onclick="javascript:submitForm(document.${parameters.formNameValue?if_exists});"</#if>>Personal Info</a>
     <#if (enableShippingAddress)?exists>
         <a href="<@o...@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="<@o...@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>