You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ra...@apache.org on 2007/04/26 19:22:19 UTC

svn commit: r532807 - in /ofbiz/branches/release4.0/applications/marketing: webapp/marketing/contact/ContactListForms.xml widget/CommonScreens.xml

Author: rayb
Date: Thu Apr 26 10:22:18 2007
New Revision: 532807

URL: http://svn.apache.org/viewvc?view=rev&rev=532807
Log:
Added selected contact list name and Id below the menus for user convenience as per other apps. Also fixed link to EditContactListCommEvent so it adds the contactListId.

Modified:
    ofbiz/branches/release4.0/applications/marketing/webapp/marketing/contact/ContactListForms.xml
    ofbiz/branches/release4.0/applications/marketing/widget/CommonScreens.xml

Modified: ofbiz/branches/release4.0/applications/marketing/webapp/marketing/contact/ContactListForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/marketing/webapp/marketing/contact/ContactListForms.xml?view=diff&rev=532807&r1=532806&r2=532807
==============================================================================
--- ofbiz/branches/release4.0/applications/marketing/webapp/marketing/contact/ContactListForms.xml (original)
+++ ofbiz/branches/release4.0/applications/marketing/webapp/marketing/contact/ContactListForms.xml Thu Apr 26 10:22:18 2007
@@ -272,7 +272,6 @@
 
         <field name="contactMechIdFrom" title="${uiLabelMap.PartyFromContactMech}">
             <lookup target-form-name="LookupPreferredContactMech" target-parameter="partyIdFrom"/>
-            <text default-value="${thisUserPrimaryEmail.contactMechId}"/>          <!-- this default value is the logged in user's primary email and is useful for comm events which are emails -->
         </field>
         <field name="contactListId"><lookup size="20" target-form-name="LookupContactList"/></field>
         <field name="datetimeStarted" title="${uiLabelMap.CommonStartDate}"><date-time/></field>
@@ -312,7 +311,7 @@
             </service>
         </actions>
         <field name="communicationEventId" title="${uiLabelMap.ContactListCommEventId}">
-            <hyperlink description="${communicationEventId}" target="EditContactListCommEvent?communicationEventId=${communicationEventId}&amp;DONE_PAGE=${donePage}" target-type="intra-app"/>
+            <hyperlink description="${communicationEventId}" target="EditContactListCommEvent?contactListId=${contactListId}&amp;communicationEventId=${communicationEventId}&amp;DONE_PAGE=${donePage}" target-type="intra-app"/>
         </field>
         <field name="partyIdFrom" title="${uiLabelMap.PartyPartyFrom}">
             <display-entity description="${firstName} ${lastName} [${partyId}]" entity-name="Person" key-field-name="partyId"/>

Modified: ofbiz/branches/release4.0/applications/marketing/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/marketing/widget/CommonScreens.xml?view=diff&rev=532807&r1=532806&r2=532807
==============================================================================
--- ofbiz/branches/release4.0/applications/marketing/widget/CommonScreens.xml (original)
+++ ofbiz/branches/release4.0/applications/marketing/widget/CommonScreens.xml Thu Apr 26 10:22:18 2007
@@ -65,6 +65,9 @@
                                     <condition><not><if-empty field-name="contactListId"/></not></condition>
                                     <widgets>
                                         <include-menu name="ContactListTabBar" location="component://marketing/webapp/marketing/contact/ContactListMenus.xml"/>
+                                        <container>
+                                            <label style="head1">Contact List ${contactList.contactListName} [ID:${contactListId}]</label>
+                                        </container>
                                     </widgets>
                                 </section>
                                 <decorator-section-include name="body"/>