svn commit: r945018 - /ofbiz/trunk/applications/content/widget/content/ContentForms.xml

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

svn commit: r945018 - /ofbiz/trunk/applications/content/widget/content/ContentForms.xml

jleroux@apache.org
Author: jleroux
Date: Mon May 17 08:29:45 2010
New Revision: 945018

URL: http://svn.apache.org/viewvc?rev=945018&view=rev
Log:
Bother, forgot to save this presentation="window" before committing r945010 and r945015

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

Modified: ofbiz/trunk/applications/content/widget/content/ContentForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/ContentForms.xml?rev=945018&r1=945017&r2=945018&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/content/ContentForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/content/ContentForms.xml Mon May 17 08:29:45 2010
@@ -166,7 +166,7 @@ under the License.
         </field>
         <field name="ownerContentId"><lookup presentation="window" target-form-name="LookupContent"/></field>
         <field name="decoratorContentId">
-            <lookup target-form-name="LookupContent">
+            <lookup presentation="window" target-form-name="LookupContent">
                 <sub-hyperlink use-when="&quot;${currentValue.decoratorContentId}&quot;.length()>0" link-style="buttontext" target="EditContent" description="${uiLabelMap.ContentGoToContent}">
                     <parameter param-name="contentId" from-field="currentValue.decoratorContentId"/>
                 </sub-hyperlink>