You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2008/12/06 12:49:04 UTC

svn commit: r723972 - /ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml

Author: mor
Date: Sat Dec  6 03:49:04 2008
New Revision: 723972

URL: http://svn.apache.org/viewvc?rev=723972&view=rev
Log:
Made the screenlets quick add contact and lead collapsible

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=723972&r1=723971&r2=723972&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml Sat Dec  6 03:49:04 2008
@@ -72,10 +72,10 @@
         <section>
             <widgets>
                 <container style="left">
-                    <screenlet title="${uiLabelMap.SfaQuickAddContact}">
+                    <screenlet id ="SfaQuickAddContactPanel" title="${uiLabelMap.SfaQuickAddContact}" collapsible="true">
                         <include-form name="QuickAddContact" location="component://marketing/widget/sfa/forms/ContactForms.xml"/>    
                     </screenlet>
-                    <screenlet title="${uiLabelMap.SfaQuickAddLead}">
+                    <screenlet id= "SfaQuickAddLeadPanel" title="${uiLabelMap.SfaQuickAddLead}" collapsible="true">
                         <include-form name="QuickAddLead" location="component://marketing/widget/sfa/forms/LeadForms.xml"/>
                     </screenlet>
                 </container>