svn commit: r732709 - /ofbiz/trunk/applications/content/widget/content/DataResourceMenus.xml

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

svn commit: r732709 - /ofbiz/trunk/applications/content/widget/content/DataResourceMenus.xml

hansbak-2
Author: hansbak
Date: Thu Jan  8 06:50:55 2009
New Revision: 732709

URL: http://svn.apache.org/viewvc?rev=732709&view=rev
Log:
 resource keys not showing properly

Modified:
    ofbiz/trunk/applications/content/widget/content/DataResourceMenus.xml

Modified: ofbiz/trunk/applications/content/widget/content/DataResourceMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/DataResourceMenus.xml?rev=732709&r1=732708&r2=732709&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/content/DataResourceMenus.xml (original)
+++ ofbiz/trunk/applications/content/widget/content/DataResourceMenus.xml Thu Jan  8 06:50:55 2009
@@ -93,7 +93,7 @@
             <condition>
                 <and>
                     <not><if-empty field-name="currentValue.dataResourceId"/></not>
-                    <not><if-compare field-name="currentValue.dataResourceTypeId" operator="equals" value="IMAGE_OBJECT"/></not>
+                    <if-compare field-name="currentValue.dataResourceTypeId" operator="equals" value="ELECTRONIC_TEXT"/>
                 </and>
             </condition>
             <link target="EditElectronicText?dataResourceId=${parameters.dataResourceId}"/>
@@ -102,7 +102,7 @@
             <condition>
                 <and>
                     <not><if-empty field-name="currentValue.dataResourceId"/></not>
-                    <not><if-compare field-name="currentValue.dataResourceTypeId" operator="equals" value="IMAGE_OBJECT"/></not>
+                    <if-compare field-name="currentValue.dataResourceTypeId" operator="equals" value="ELECTRONIC_TEXT"/>
                 </and>
             </condition>
             <link target="EditHtmlText?dataResourceId=${parameters.dataResourceId}"/>