Author: ashish
Date: Fri Jun 24 13:32:18 2016
New Revision: 1750093
URL: http://svn.apache.org/viewvc?rev=1750093&view=rev
Log:
Applied patch from trunk r1750092.
====================================================
Applied patch from jira issue - OFBIZ-7524 - Error on clicking Content Page
button over Edit Product Config Item Content screen.
Thanks Ravi for the contribution.
Modified:
ofbiz/branches/release15.12/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl
Modified:
ofbiz/branches/release15.12/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release15.12/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl?rev=1750093&r1=1750092&r2=1750093&view=diff
==============================================================================
---
ofbiz/branches/release15.12/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl
(original)
+++
ofbiz/branches/release15.12/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl
Fri Jun 24 13:32:18 2016
@@ -18,7 +18,7 @@ under the License.
-->
<a
href="<@ofbizUrl>EditProductConfigItemContent?configItemId=${configItemId}</@ofbizUrl>"
class="buttontext">${uiLabelMap.ProductProduct}
${uiLabelMap.ProductConfigItem} ${uiLabelMap.ProductContent}
${uiLabelMap.CommonList}</a>
<#if contentId?has_content>
- <a href="/content/control/gotoContent?contentId=${contentId}"
class='buttontext' target='_blank'>${uiLabelMap.ProductContent}
${uiLabelMap.CommonPage}</a>
+ <a href="/content/control/EditContent?contentId=${contentId}"
class='buttontext' target='_blank'>${uiLabelMap.ProductContent}
${uiLabelMap.CommonPage}</a>
</#if>
<br />
<#if configItemId?has_content && productContent?has_content>