Author: jacopoc
Date: Fri Nov 2 02:17:27 2007 New Revision: 591278 URL: http://svn.apache.org/viewvc?rev=591278&view=rev Log: Misc fixes to quick anon template; formatting fixes (tabs to spaces). Thanks to Janathon Wong for the detailled report; part of OFBIZ-1347 Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/quickAnonCheckoutLinks.ftl ofbiz/trunk/applications/ecommerce/widget/OrderScreens.xml Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/quickAnonCheckoutLinks.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/quickAnonCheckoutLinks.ftl?rev=591278&r1=591277&r2=591278&view=diff ============================================================================== --- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/quickAnonCheckoutLinks.ftl (original) +++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/quickAnonCheckoutLinks.ftl Fri Nov 2 02:17:27 2007 @@ -21,14 +21,6 @@ form.submit(); } </script> - -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<#-- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> --> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> -</head> -<body> <div> <a href="<@ofbizUrl>quickAnonSetCustomer</@ofbizUrl>" class="buttontext" <#if callSubmitForm?exists>onclick="javascript:submitForm(document.${parameters.formNameValue?if_exists});"</#if>>Personal Info</a> <#if (enableShipmentMethod)?exists> @@ -37,5 +29,3 @@ <span class="buttontextdisabled">Review Order</span> </#if> </div> -</body> -</html> Modified: ofbiz/trunk/applications/ecommerce/widget/OrderScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/widget/OrderScreens.xml?rev=591278&r1=591277&r2=591278&view=diff ============================================================================== --- ofbiz/trunk/applications/ecommerce/widget/OrderScreens.xml (original) +++ ofbiz/trunk/applications/ecommerce/widget/OrderScreens.xml Fri Nov 2 02:17:27 2007 @@ -33,7 +33,7 @@ </section> </screen> - <screen name="genericaddress"> + <screen name="genericaddress"> <section> <widgets> <platform-specific><html><html-template location="component://ecommerce/webapp/ecommerce/order/genericaddress.ftl"/></html></platform-specific> @@ -49,7 +49,7 @@ </section> </screen> - <screen name="orderitems"> + <screen name="orderitems"> <section> <widgets> <platform-specific><html><html-template location="component://ecommerce/webapp/ecommerce/order/orderitems.ftl"/></html></platform-specific> @@ -169,8 +169,8 @@ </widgets> </section> </screen> - - <screen name="paymentinformation"> + + <screen name="paymentinformation"> <section> <actions> <set field="rightbarScreenName" value="rightbar"/> @@ -190,7 +190,7 @@ </widgets> </section> </screen> - + <screen name="orderreview"> <section> <actions> @@ -207,7 +207,7 @@ </widgets> </section> </screen> - + <screen name="billsettings"> <section> <actions> @@ -227,7 +227,7 @@ </decorator-screen> </widgets> </section> - </screen> + </screen> <screen name="checkoutoptions"> <section> @@ -248,7 +248,7 @@ </section> </screen> - <screen name="checkoutshippingaddress"> + <screen name="checkoutshippingaddress"> <section> <actions> <set field="rightbarScreenName" value="rightbar"/> @@ -267,7 +267,7 @@ </section> </screen> - <screen name="checkoutshippingoptions"> + <screen name="checkoutshippingoptions"> <section> <actions> <set field="rightbarScreenName" value="rightbar"/> @@ -286,7 +286,7 @@ </section> </screen> - <screen name="checkoutpayment"> + <screen name="checkoutpayment"> <section> <actions> <set field="rightbarScreenName" value="rightbar"/> @@ -339,7 +339,7 @@ </section> </screen> - <screen name="ordercomplete"> + <screen name="ordercomplete"> <section> <actions> <set field="titleProperty" value="PageTitleOrderSummary"/> @@ -374,7 +374,7 @@ </section> </screen> - <screen name="orderstatus"> + <screen name="orderstatus"> <section> <actions> <set field="rightbarScreenName" value="rightbar"/> @@ -394,7 +394,7 @@ </section> </screen> - <screen name="requestreturn"> + <screen name="requestreturn"> <section> <actions> <set field="rightbarScreenName" value="rightbar"/> @@ -440,8 +440,7 @@ <actions> <set field="layoutSettings.javaScripts[]" value="/images/dojo/dojo.js" global="true"/> <set field="requireDojo" value="true"/> - - <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/quickAnonCheckoutLinks.bsh"/> + <script location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/quickAnonCheckoutLinks.bsh"/> </actions> <widgets> <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}"> |
Free forum by Nabble | Edit this page |