svn commit: r739521 - /ofbiz/trunk/applications/marketing/widget/sfa/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: r739521 - /ofbiz/trunk/applications/marketing/widget/sfa/ForecastScreens.xml

buscob
Author: buscob
Date: Sat Jan 31 08:16:18 2009
New Revision: 739521

URL: http://svn.apache.org/viewvc?rev=739521&view=rev
Log:
Fixed a wrong screenlet rendering in multi-column screen.

Modified:
    ofbiz/trunk/applications/marketing/widget/sfa/ForecastScreens.xml

Modified: ofbiz/trunk/applications/marketing/widget/sfa/ForecastScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/ForecastScreens.xml?rev=739521&r1=739520&r2=739521&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/ForecastScreens.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/ForecastScreens.xml Sat Jan 31 08:16:18 2009
@@ -57,21 +57,23 @@
                     <decorator-section name="body">
                         <section>
                             <widgets>
-                                <decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml">
-                                    <decorator-section name="menu-bar">
-                                        <section>
-                                            <widgets>
-                                                <container style="button-bar"><link target="EditSalesForecast" text="${uiLabelMap.CommonCreateNew} ${uiLabelMap.SfaSalesForecast}" style="buttontext"/></container>
-                                            </widgets>
-                                        </section>
-                                    </decorator-section>
-                                    <decorator-section name="search-options">
-                                        <include-form name="FindSalesForecast" location="component://marketing/widget/sfa/forms/ForecastForms.xml"/>
-                                    </decorator-section>
-                                    <decorator-section name="search-results">
-                                        <include-form name="SalesForecastSearchResults" location="component://marketing/widget/sfa/forms/ForecastForms.xml"/>
-                                    </decorator-section>
-                                </decorator-screen>
+                                <container style="no-clear">
+                                    <decorator-screen name="FindScreenDecorator" location="component://common/widget/CommonScreens.xml">
+                                        <decorator-section name="menu-bar">
+                                            <section>
+                                                <widgets>
+                                                    <container style="button-bar"><link target="EditSalesForecast" text="${uiLabelMap.CommonCreateNew} ${uiLabelMap.SfaSalesForecast}" style="buttontext"/></container>
+                                                </widgets>
+                                            </section>
+                                        </decorator-section>
+                                        <decorator-section name="search-options">
+                                            <include-form name="FindSalesForecast" location="component://marketing/widget/sfa/forms/ForecastForms.xml"/>
+                                        </decorator-section>
+                                        <decorator-section name="search-results">
+                                            <include-form name="SalesForecastSearchResults" location="component://marketing/widget/sfa/forms/ForecastForms.xml"/>
+                                        </decorator-section>
+                                    </decorator-screen>
+                                </container>
                             </widgets>
                         </section>
                     </decorator-section>