Author: buscob
Date: Sun Oct 25 06:20:29 2009
New Revision: 829500
URL:
http://svn.apache.org/viewvc?rev=829500&view=revLog:
Fixed some screenlets rendering in SFA application.
Modified:
ofbiz/trunk/applications/marketing/widget/sfa/AccountScreens.xml
ofbiz/trunk/applications/marketing/widget/sfa/ForecastScreens.xml
Modified: ofbiz/trunk/applications/marketing/widget/sfa/AccountScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/AccountScreens.xml?rev=829500&r1=829499&r2=829500&view=diff==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/AccountScreens.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/AccountScreens.xml Sun Oct 25 06:20:29 2009
@@ -65,9 +65,11 @@
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
- <screenlet title="${uiLabelMap.PageTitleCreateAccount}">
- <include-form name="NewAccount" location="component://marketing/widget/sfa/forms/AccountForms.xml"/>
- </screenlet>
+ <container style="no-clear">
+ <screenlet title="${uiLabelMap.PageTitleCreateAccount}">
+ <include-form name="NewAccount" location="component://marketing/widget/sfa/forms/AccountForms.xml"/>
+ </screenlet>
+ </container>
</decorator-section>
</decorator-screen>
</widgets>
Modified: ofbiz/trunk/applications/marketing/widget/sfa/ForecastScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/ForecastScreens.xml?rev=829500&r1=829499&r2=829500&view=diff==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/ForecastScreens.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/ForecastScreens.xml Sun Oct 25 06:20:29 2009
@@ -39,7 +39,9 @@
</section>
</widgets>
</section>
- <decorator-section-include name="body"/>
+ <container style="no-clear">
+ <decorator-section-include name="body"/>
+ </container>
</decorator-section>
</decorator-screen>
</widgets>