Author: mor
Date: Tue Sep 15 10:20:12 2009 New Revision: 815253 URL: http://svn.apache.org/viewvc?rev=815253&view=rev Log: Minor cleanup. Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/EditBillToAddress.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/EditPostalAddress.ftl ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/EditShipToAddress.ftl Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/EditBillToAddress.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/EditBillToAddress.ftl?rev=815253&r1=815252&r2=815253&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/EditBillToAddress.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/EditBillToAddress.ftl Tue Sep 15 10:20:12 2009 @@ -18,7 +18,7 @@ --> <div id="billToServerError" class="errorMessage"></div> -<form id="editBillToPostalAddress" method="post" action="<@ofbizUrl></@ofbizUrl>"> +<form id="editBillToPostalAddress" method="post" action=""> <fieldset> <input type="hidden" name="setBillingPurpose" value="Y" /> <input type="hidden" name="contactMechId" value="${billToContactMechId?if_exists}" /> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/EditPostalAddress.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/EditPostalAddress.ftl?rev=815253&r1=815252&r2=815253&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/EditPostalAddress.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/EditPostalAddress.ftl Tue Sep 15 10:20:12 2009 @@ -20,7 +20,7 @@ <div id="serverError_${contactMech.contactMechId}" class="errorMessage"></div> <#assign postalAddress = delegator.findOne("PostalAddress", Static["org.ofbiz.base.util.UtilMisc"].toMap("contactMechId", contactMech.contactMechId), true) /> -<form id="editPostalAddress_${contactMech.contactMechId}" method="post" action="<@ofbizUrl></@ofbizUrl>"> +<form id="editPostalAddress_${contactMech.contactMechId}" method="post" action=""> <fieldset> <input type="hidden" name="contactMechId" value="${postalAddress.contactMechId?if_exists}" /> <#assign productStoreId = Static["org.ofbiz.product.store.ProductStoreWorker"].getProductStoreId(request) /> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/EditShipToAddress.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/EditShipToAddress.ftl?rev=815253&r1=815252&r2=815253&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/EditShipToAddress.ftl (original) +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/profile/EditShipToAddress.ftl Tue Sep 15 10:20:12 2009 @@ -18,7 +18,7 @@ --> <div id="shipToServerError" class="errorMessage"></div> -<form id="editShipToPostalAddress" method="post" action="<@ofbizUrl></@ofbizUrl>"> +<form id="editShipToPostalAddress" method="post" action=""> <fieldset> <input type="hidden" name="setShippingPurpose" value="Y" /> <input type="hidden" name="contactMechId" value="${shipToContactMechId?if_exists}" /> |
Free forum by Nabble | Edit this page |