svn commit: r593225 - /ofbiz/branches/release4.0/applications/product/webapp/catalog/lookup/FieldLookupForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r593225 - /ofbiz/branches/release4.0/applications/product/webapp/catalog/lookup/FieldLookupForms.xml

jacopoc
Author: jacopoc
Date: Thu Nov  8 08:40:22 2007
New Revision: 593225

URL: http://svn.apache.org/viewvc?rev=593225&view=rev
Log:
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||&quot;${isVirtual}&quot;.equals(&quot;N&quot;)">
-            <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&amp;&amp;&quot;${isVirtual}&quot;.equals(&quot;Y&quot;)"><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>