Author: jaz
Date: Tue Apr 24 13:10:23 2007
New Revision: 532067
URL:
http://svn.apache.org/viewvc?view=rev&rev=532067Log:
fixed external links to include the externalKeyParam
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/order/orderinfo.ftl
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/orderinfo.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderinfo.ftl?view=diff&rev=532067&r1=532066&r2=532067==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/orderinfo.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/orderinfo.ftl Tue Apr 24 13:10:23 2007
@@ -134,7 +134,7 @@
<td align="left" valign="top" width="80%">
<div class="tabletext">
<#if orderHeader.productStoreId?has_content>
- <a href="/catalog/control/EditProductStore?productStoreId=${orderHeader.productStoreId}" target="catalogmgr" class="buttontext">${orderHeader.productStoreId}</a>
+ <a href="/catalog/control/EditProductStore?productStoreId=${orderHeader.productStoreId}${externalKeyParam}" target="catalogmgr" class="buttontext">${orderHeader.productStoreId}</a>
<#else>
${uiLabelMap.CommonNA}
</#if>
@@ -166,7 +166,7 @@
<td align="left" valign="top" width="80%">
<div class="tabletext">
<#if orderHeader.createdBy?has_content>
- <a href="/partymgr/control/viewprofile?userlogin_id=${orderHeader.createdBy}" target="partymgr" class="buttontext">${orderHeader.createdBy}</a>
+ <a href="/partymgr/control/viewprofile?userlogin_id=${orderHeader.createdBy}${externalKeyParam}" target="partymgr" class="buttontext">${orderHeader.createdBy}</a>
<#else>
[${uiLabelMap.CommonNotSet}]
</#if>