Author: jleroux
Date: Mon May 17 08:44:55 2010
New Revision: 945024
URL:
http://svn.apache.org/viewvc?rev=945024&view=revLog:
"Applied fix from trunk for revision: 945018"
------------------------------------------------------------------------
r945018 | jleroux | 2010-05-17 10:29:45 +0200 (lun. 17 mai 2010) | 1 ligne
Bother, forgot to save this presentation="window" before committing r945010 and r945015
------------------------------------------------------------------------
Modified:
ofbiz/branches/release10.04/ (props changed)
ofbiz/branches/release10.04/applications/content/widget/content/ContentForms.xml
Propchange: ofbiz/branches/release10.04/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon May 17 08:44:55 2010
@@ -1,3 +1,3 @@
/ofbiz/branches/addbirt:831210-885099,885686-886087
/ofbiz/branches/multitenant20100310:921280-927264
-/ofbiz/trunk:939988,939990,939999,940025,940053,940234,940248,940309,940401,940410,940425,940779,940815,940849,941007,941047,941109,941177,941199,941261,941440,941600,941999,942084,942406,942414,942671,942883-942884,943168,943271-943272,944614,944621,944623,944647,944669,944797,944895,945010
+/ofbiz/trunk:939988,939990,939999,940025,940053,940234,940248,940309,940401,940410,940425,940779,940815,940849,941007,941047,941109,941177,941199,941261,941440,941600,941999,942084,942406,942414,942671,942883-942884,943168,943271-943272,944614,944621,944623,944647,944669,944797,944895,945010,945018
Modified: ofbiz/branches/release10.04/applications/content/widget/content/ContentForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/content/widget/content/ContentForms.xml?rev=945024&r1=945023&r2=945024&view=diff==============================================================================
--- ofbiz/branches/release10.04/applications/content/widget/content/ContentForms.xml (original)
+++ ofbiz/branches/release10.04/applications/content/widget/content/ContentForms.xml Mon May 17 08:44:55 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=""${currentValue.decoratorContentId}".length()>0" link-style="buttontext" target="EditContent" description="${uiLabelMap.ContentGoToContent}">
<parameter param-name="contentId" from-field="currentValue.decoratorContentId"/>
</sub-hyperlink>