Author: hansbak
Date: Thu Jul 24 11:57:20 2008
New Revision: 679488
URL:
http://svn.apache.org/viewvc?rev=679488&view=revLog:
create a hyperlink from the contentId on the productContent form
Modified:
ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
Modified: ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml?rev=679488&r1=679487&r2=679488&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Thu Jul 24 11:57:20 2008
@@ -615,7 +615,7 @@
<field name="useRoleTypeId" title="${uiLabelMap.ProductUseRole}"></field>
<field name="description" title="${uiLabelMap.ProductDescription}" map-name="content"><text size="40"/></field>
<field use-when="contentId == null" name="contentId" title="${uiLabelMap.ProductContentId}" tooltip="${uiLabelMap.ProductOptional}"><text maxlength="20"/></field>
- <field use-when="contentId != null" name="contentId" title="${uiLabelMap.ProductContentId}" tooltip="${uiLabelMap.ProductNotModificationRecrationProductContentAssociation}" map-name="productContentData" ><display/></field>
+ <field use-when="contentId != null" name="contentId" title="${uiLabelMap.ProductContentId}" tooltip="${uiLabelMap.ProductNotModificationRecrationProductContentAssociation}" map-name="productContentData" ><hyperlink description="${contentId} ${contentName}" target="/content/control/editContent?contentId=${contentId}" target-type="inter-app"/></field>
<field name="imageData" title="${uiLabelMap.ProductFile}"><file/></field>
<field name="fileDataResourceId" map-name="downloadData"><hidden/></field>
<field name="productId"><hidden/></field>