svn commit: r892982 - /ofbiz/trunk/framework/example/widget/example/CommonScreens.xml

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

svn commit: r892982 - /ofbiz/trunk/framework/example/widget/example/CommonScreens.xml

buscob
Author: buscob
Date: Mon Dec 21 21:20:25 2009
New Revision: 892982

URL: http://svn.apache.org/viewvc?rev=892982&view=rev
Log:
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>