Author: sichen
Date: Thu Nov 2 16:50:14 2006
New Revision: 470620
URL:
http://svn.apache.org/viewvc?view=rev&rev=470620Log:
Better defaults -- EMAIL and text/html -- for create comm event for contact list screen
Modified:
incubator/ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml
Modified: incubator/ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml?view=diff&rev=470620&r1=470619&r2=470620==============================================================================
--- incubator/ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml (original)
+++ incubator/ofbiz/trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml Thu Nov 2 16:50:14 2006
@@ -216,7 +216,7 @@
<alt-target target="createContactListCommEvent" use-when="communicationEvent==null"/>
<field name="communicationEventId" use-when="communicationEvent!=null" title="${uiLabelMap.ContactListCommEventId}"><display/></field>
<field name="communicationEventTypeId" title="${uiLabelMap.ContactListCommEventTypeId}">
- <drop-down>
+ <drop-down no-current-selected-key="EMAIL_COMMUNICATION">
<entity-options entity-name="CommunicationEventType" description="${description}">
<entity-order-by field-name="description"/>
</entity-options>
@@ -289,7 +289,7 @@
<field name="datetimeEnded" title="${uiLabelMap.CommonFinishDate}"><date-time/></field>
<field name="subject" title="${uiLabelMap.PartySubject}"><text size="30"/></field>
<field name="contentMimeTypeId">
- <drop-down no-current-selected-key="_NA_" allow-empty="false">
+ <drop-down no-current-selected-key="text/html" allow-empty="false">
<entity-options description="${mimeTypeId}" entity-name="MimeType" key-field-name="mimeTypeId">
<entity-order-by field-name="mimeTypeId"/>
</entity-options>