Author: bibryam
Date: Wed Feb  6 01:10:42 2008
New Revision: 618929

URL: http://svn.apache.org/viewvc?rev=618929&view=rev
Log:
Applied fix from trunk for revision: 612589

Modified:
    
ofbiz/branches/release4.0/applications/order/webapp/ordermgr/entry/checkoutoptions.ftl

Modified: 
ofbiz/branches/release4.0/applications/order/webapp/ordermgr/entry/checkoutoptions.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/order/webapp/ordermgr/entry/checkoutoptions.ftl?rev=618929&r1=618928&r2=618929&view=diff
==============================================================================
--- 
ofbiz/branches/release4.0/applications/order/webapp/ordermgr/entry/checkoutoptions.ftl
 (original)
+++ 
ofbiz/branches/release4.0/applications/order/webapp/ordermgr/entry/checkoutoptions.ftl
 Wed Feb  6 01:10:42 2008
@@ -262,7 +262,8 @@
                       </#list>
                       </b>
                       </div>
-                      <div 
class="tabletext">${uiLabelMap.OrderUpdateEmailAddress} <a 
href="<@ofbizUrl>viewprofile?DONE_PAGE=quickcheckout</@ofbizUrl>" 
class="buttontext">${uiLabelMap.PartyProfile}</a>.</div>
+                      <div 
class="tabletext">${uiLabelMap.OrderUpdateEmailAddress} <a href="<#if 
customerDetailLink?exists>${customerDetailLink}${shoppingCart.getPartyId()}" 
target="partymgr"
+                        
<#else><@ofbizUrl>viewprofile?DONE_PAGE=quickcheckout</@ofbizUrl>"</#if> 
class="buttontext">${uiLabelMap.PartyProfile}</a>.</div>
                       <br/>
                       <div 
class="tabletext">${uiLabelMap.OrderCommaSeperatedEmailAddresses}:</div>
                       <input type="text" class="inputBox" size="30" 
name="order_additional_emails" 
value="${shoppingCart.getOrderAdditionalEmails()?if_exists}"/>


Reply via email to