Author: mor
Date: Sat Dec 6 03:49:04 2008
New Revision: 723972
URL:
http://svn.apache.org/viewvc?rev=723972&view=revLog:
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>