Author: buscob
Date: Wed Dec 30 14:42:44 2009
New Revision: 894627
URL:
http://svn.apache.org/viewvc?rev=894627&view=revLog:
Added the proper containers in the webtools main-container decorator. Those were missing since they have been moved away from the GlobalDecorator.
Modified:
ofbiz/trunk/framework/webtools/widget/CommonScreens.xml
Modified: ofbiz/trunk/framework/webtools/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/CommonScreens.xml?rev=894627&r1=894626&r2=894627&view=diff==============================================================================
--- ofbiz/trunk/framework/webtools/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/CommonScreens.xml Wed Dec 30 14:42:44 2009
@@ -42,7 +42,19 @@
<set field="applicationTitle" value="${uiLabelMap.FrameworkWebTools}" global="true"/>
</actions>
<widgets>
- <include-screen name="GlobalDecorator" location="component://common/widget/CommonScreens.xml"/>
+ <decorator-screen name="GlobalDecorator" location="component://common/widget/CommonScreens.xml">
+ <decorator-section name="pre-body">
+ <decorator-section-include name="pre-body"/>
+ </decorator-section>
+ <decorator-section name="body">
+ <container id="column-container">
+ <container id="content-main-section">
+ <decorator-section-include name="body"/>
+ </container>
+ <container style="clear"></container>
+ </container>
+ </decorator-section>
+ </decorator-screen>
</widgets>
</section>
</screen>