You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2007/01/10 02:43:13 UTC

svn commit: r494682 - /ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml

Author: sichen
Date: Tue Jan  9 17:43:13 2007
New Revision: 494682

URL: http://svn.apache.org/viewvc?view=rev&rev=494682
Log:
changed lookup of product category to make showInSelect a dropdown of Y/N

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml

Modified: ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml?view=diff&rev=494682&r1=494681&r2=494682
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml Tue Jan  9 17:43:13 2007
@@ -172,7 +172,12 @@
                 </entity-options>
             </drop-down>
         </field>
-        
+        <field name="showInSelect">
+            <drop-down allow-empty="true">
+                <option key="Y" description="Y"/>
+                <option key="N" description="N"/>
+            </drop-down> 
+        </field>
         <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field> 
         <field name="submitButton" title="${uiLabelMap.CommonLookup}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>