svn commit: r829500 - in /ofbiz/trunk/applications/marketing/widget/sfa: AccountScreens.xml ForecastScreens.xml

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

svn commit: r829500 - in /ofbiz/trunk/applications/marketing/widget/sfa: AccountScreens.xml ForecastScreens.xml

buscob
Author: buscob
Date: Sun Oct 25 06:20:29 2009
New Revision: 829500

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