Author: jacopoc
Date: Thu Nov 8 08:40:22 2007
New Revision: 593225
URL:
http://svn.apache.org/viewvc?rev=593225&view=revLog:
From trunk revv. 593223, 593224
Modified:
ofbiz/branches/release4.0/applications/product/webapp/catalog/lookup/FieldLookupForms.xml
Modified: ofbiz/branches/release4.0/applications/product/webapp/catalog/lookup/FieldLookupForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/product/webapp/catalog/lookup/FieldLookupForms.xml?rev=593225&r1=593224&r2=593225&view=diff==============================================================================
--- ofbiz/branches/release4.0/applications/product/webapp/catalog/lookup/FieldLookupForms.xml (original)
+++ ofbiz/branches/release4.0/applications/product/webapp/catalog/lookup/FieldLookupForms.xml Thu Nov 8 08:40:22 2007
@@ -54,7 +54,7 @@
</service>
</actions>
<field name="productId" title="${uiLabelMap.ProductProductId}" widget-style="buttontext">
- <hyperlink also-hidden="false" target-type="plain" description="${productId}" target="javascript:set_values('${productId}', '${internalName}')"/>
+ <hyperlink also-hidden="false" target-type="plain" description="${productId}" target="javascript:set_value('${productId}')"/>
</field>
<field name="brandName" title="${uiLabelMap.ProductBrandName}"><display/></field>
<field name="internalName" title="${uiLabelMap.ProductInternalName}"><display/></field>
@@ -141,12 +141,12 @@
</actions>
<!--
<field name="productId" title="" widget-style="buttontext" use-when="isVirtual==null||"${isVirtual}".equals("N")">
- <hyperlink also-hidden="false" target-type="plain" description="${productId}" target="javascript:set_values('${productId}', '${internalName}')"/>
+ <hyperlink also-hidden="false" target-type="plain" description="${productId}" target="javascript:set_value('${productId}')"/>
</field>
<field name="productId" title="${uiLabelMap.ProductProductId}" use-when="isVirtual!=null&&"${isVirtual}".equals("Y")"><display/></field>
-->
<field name="productId" title="" widget-style="buttontext">
- <hyperlink also-hidden="false" target-type="plain" description="${productId}" target="javascript:set_values('${productId}', '${internalName}')"/>
+ <hyperlink also-hidden="false" target-type="plain" description="${productId}" target="javascript:set_value('${productId}')"/>
</field>
<field name="internalName" title="${uiLabelMap.ProductInternalName}"><display/></field>
<field name="productTypeId" title="${uiLabelMap.ProductProductType}"><display-entity entity-name="ProductType"/></field>