Author: hansbak
Date: Tue Jul 22 11:37:45 2008
New Revision: 678855

URL: http://svn.apache.org/viewvc?rev=678855&view=rev
Log:
show roles and content on communication overview

Modified:
    ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml
    ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml

Modified: 
ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml?rev=678855&r1=678854&r2=678855&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml 
(original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml 
Tue Jul 22 11:37:45 2008
@@ -437,6 +437,7 @@
             </display-entity>
         </field>
         <field name="roleTypeId"><display-entity description="${description}" 
entity-name="RoleType"/></field>
+        <field name="statusId"><display-entity entity-name="statusItem" 
description="${description}"/></field>
         <field name="removeLink" title="${uiLabelMap.CommonEmptyHeader}" 
widget-style="smallSubmit">
             <hyperlink also-hidden="false" 
description="${uiLabelMap.CommonDelete}" 
target="/RemoveCommunicationEventRole?partyId=${partyId}&amp;roleTypeId=${roleTypeId}&amp;communicationEventId=${communicationEventId}"/>
         </field>

Modified: 
ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml?rev=678855&r1=678854&r2=678855&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml 
(original)
+++ ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml Tue 
Jul 22 11:37:45 2008
@@ -186,6 +186,22 @@
                                                <container style="righthalf">
                                                        <label style="h1" 
text="${uiLabelMap.CommonRelatedInformation}" />
                             <section>
+                                <widgets>
+                                    <screenlet 
title="${uiLabelMap.PartyCommEventRoles}">
+                                        <include-form name="ListCommRoles"
+                                            
location="component://party/webapp/partymgr/communication/CommForms.xml" />
+                                    </screenlet>
+                                </widgets>
+                            </section>
+                            <section>
+                                <widgets>
+                                    <screenlet 
title="${uiLabelMap.PartyCommContent}">
+                                        <include-form name="listCommContent"
+                                            
location="component://party/webapp/partymgr/communication/CommForms.xml" />
+                                    </screenlet>
+                                </widgets>
+                            </section>
+                            <section>
                                 <condition>
                                     <not>
                                         <if-empty 
field-name="communicationEvent.parentCommEventId" />


Reply via email to