You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ru...@apache.org on 2007/04/16 01:20:58 UTC

svn commit: r529093 - /ofbiz/trunk/applications/product/entitydef/entitymodel.xml

Author: ruppert
Date: Sun Apr 15 16:20:57 2007
New Revision: 529093

URL: http://svn.apache.org/viewvc?view=rev&rev=529093
Log:
Added an additional image reference to ProductCategoryLinks for greater flexibility

Modified:
    ofbiz/trunk/applications/product/entitydef/entitymodel.xml

Modified: ofbiz/trunk/applications/product/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/entitydef/entitymodel.xml?view=diff&rev=529093&r1=529092&r2=529093
==============================================================================
--- ofbiz/trunk/applications/product/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/product/entitydef/entitymodel.xml Sun Apr 15 16:20:57 2007
@@ -327,6 +327,7 @@
         <field name="titleText" type="description"></field>
         <field name="detailText" type="very-long"></field>
         <field name="imageUrl" type="url"></field>
+        <field name="imageTwoUrl" type="url"></field>
         <field name="linkTypeEnumId" type="id"></field>
         <field name="linkInfo" type="long-varchar"></field>
         <field name="detailSubScreen" type="long-varchar"><description>This is optional. If not specified a default should be used by the category detail template.</description></field>