Author: buscob
Date: Sun Oct 25 06:07:52 2009
New Revision: 829498
URL: http://svn.apache.org/viewvc?rev=829498&view=rev
Log:
Fixed two screenlets rendering in SFA application. Thank you Jacques for
reporting this in ML.
BTW I think that a better use of decorators is needed in SFA.
Modified:
ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml
ofbiz/trunk/applications/marketing/widget/sfa/OpportunityScreens.xml
Modified: ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml?rev=829498&r1=829497&r2=829498&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml Sun Oct 25
06:07:52 2009
@@ -55,9 +55,11 @@
<widgets>
<decorator-screen name="main-decorator"
location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
- <screenlet title="${uiLabelMap.SfaManagerApplication}">
- <container><label style="label"
text="${uiLabelMap.SfaManagerWelcome}"/></container>
- </screenlet>
+ <container style="no-clear">
+ <screenlet
title="${uiLabelMap.SfaManagerApplication}">
+ <container><label style="label"
text="${uiLabelMap.SfaManagerWelcome}"/></container>
+ </screenlet>
+ </container>
</decorator-section>
</decorator-screen>
</widgets>
Modified: ofbiz/trunk/applications/marketing/widget/sfa/OpportunityScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/OpportunityScreens.xml?rev=829498&r1=829497&r2=829498&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/OpportunityScreens.xml
(original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/OpportunityScreens.xml Sun
Oct 25 06:07:52 2009
@@ -30,13 +30,15 @@
<widgets>
<decorator-screen name="main-decorator"
location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
- <screenlet title="${uiLabelMap.SfaFindOpportunities}">
- <container><link target="EditSalesOpportunity"
text="${uiLabelMap.CommonCreateNew}" style="buttontext"/></container>
- <include-form name="FindSalesOpportunity"
location="component://marketing/widget/sfa/forms/OpportunityForms.xml"/>
- </screenlet>
- <screenlet title="${uiLabelMap.SfaFindResults}">
- <include-form name="ListSalesOpportunity"
location="component://marketing/widget/sfa/forms/OpportunityForms.xml"/>
- </screenlet>
+ <container style="no-clear">
+ <screenlet
title="${uiLabelMap.SfaFindOpportunities}">
+ <container><link target="EditSalesOpportunity"
text="${uiLabelMap.CommonCreateNew}" style="buttontext"/></container>
+ <include-form name="FindSalesOpportunity"
location="component://marketing/widget/sfa/forms/OpportunityForms.xml"/>
+ </screenlet>
+ <screenlet title="${uiLabelMap.SfaFindResults}">
+ <include-form name="ListSalesOpportunity"
location="component://marketing/widget/sfa/forms/OpportunityForms.xml"/>
+ </screenlet>
+ </container>
</decorator-section>
</decorator-screen>
</widgets>