Author: buscob
Date: Mon Dec 21 21:20:25 2009
New Revision: 892982
URL:
http://svn.apache.org/viewvc?rev=892982&view=revLog:
Fixed geoChart layout issue using bizzness theme.
Thank you Erwan for reporting.
Modified:
ofbiz/trunk/framework/example/widget/example/CommonScreens.xml
Modified: ofbiz/trunk/framework/example/widget/example/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/CommonScreens.xml?rev=892982&r1=892981&r2=892982&view=diff==============================================================================
--- ofbiz/trunk/framework/example/widget/example/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/CommonScreens.xml Mon Dec 21 21:20:25 2009
@@ -195,6 +195,7 @@
<include-menu name="ExampleGeoLocation" location="component://example/widget/example/ExampleMenus.xml"/>
</decorator-section>
<decorator-section name="body">
+ <container style="clear" />
<include-screen name="geoChart" location="component://common/widget/CommonScreens.xml"/>
</decorator-section>
</decorator-screen>