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

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

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

erwan
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>