You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2009/12/22 10:08:15 UTC

svn commit: r893115 - /ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml

Author: erwan
Date: Tue Dec 22 09:08:15 2009
New Revision: 893115

URL: http://svn.apache.org/viewvc?rev=893115&view=rev
Log:
a container was forgotten in rev. 892982

Modified:
    ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml

Modified: ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml?rev=893115&r1=893114&r2=893115&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/ExampleScreens.xml Tue Dec 22 09:08:15 2009
@@ -243,6 +243,7 @@
                                         <set field="geoChart.center" from-field="geoCenter"/>
                                     </actions>
                                     <widgets>
+                                        <container style="clear" />
                                         <include-screen name="geoChart" location="component://common/widget/CommonScreens.xml"/>
                                     </widgets>
                                 </section>