Author: buscob
Date: Sun Oct 25 06:12:53 2009
New Revision: 829499

URL: http://svn.apache.org/viewvc?rev=829499&view=rev
Log:
Fixed one more screenlet rendering in SFA application. Thank you Jacques for 
reporting this in ML.

Modified:
    ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.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=829499&r1=829498&r2=829499&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml Sun Oct 25 
06:12:53 2009
@@ -196,7 +196,9 @@
                                         <label style="h1" 
text="${uiLabelMap.PartyTheProfileOf} ${lookupPerson.personalTitle} 
${lookupPerson.firstName} ${lookupPerson.middleName} ${lookupPerson.lastName} 
${lookupPerson.suffix} ${lookupGroup.groupName} [${partyId}]"/>
                                     </widgets>
                                 </section>
-                                <decorator-section-include name="body"/>
+                                <container style="no-clear">
+                                    <decorator-section-include name="body"/>
+                                </container>
                             </widgets>
                             <fail-widgets>
                                 <label 
style="h3">${uiLabelMap.PartyMgrViewPermissionError}</label>


Reply via email to