You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2009/05/14 00:42:04 UTC

svn commit: r774572 - /ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml

Author: jaz
Date: Wed May 13 22:42:04 2009
New Revision: 774572

URL: http://svn.apache.org/viewvc?rev=774572&view=rev
Log:
grouped fields in the view communication event screen, made the content areas collapsed


Modified:
    ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.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=774572&r1=774571&r2=774572&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml Wed May 13 22:42:04 2009
@@ -237,6 +237,25 @@
         <field name="subject"><display/></field>
         <field name="content" title="${uiLabelMap.CommonContent}"><display/></field>
         <field name="note" title="${uiLabelMap.CommonNote}"><display/></field>
+        
+        <sort-order>
+            <field-group collapsible="false" initially-collapsed="false">
+                <sort-field name="communicationEventId"/>
+                <sort-field name="communicationEventTypeId"/>
+                <sort-field name="messageId"/>
+                <sort-field name="partyIdFrom"/>
+                <sort-field name="partyIdTo"/>
+                <sort-field name="statusId"/>
+                <sort-field name="lastUpdatedStamp"/>                
+                <sort-field name="datetimeStarted"/>
+                <sort-field name="datetimeEnded"/>
+                <sort-field name="subject"/>
+            </field-group>
+            <field-group title="${uiLabelMap.CommonContent}" collapsible="true" initially-collapsed="true">                               
+                <sort-field name="content"/>
+                <sort-field name="note"/>                
+            </field-group>
+        </sort-order>
     </form>
 
     <form name="ViewCommEvent" type="single" default-map-name="communicationEvent"
@@ -270,6 +289,28 @@
         <field map-name="subjectMap" name="eventNote" title="${uiLabelMap.CommonNote}"><display/></field>
         <field name="contentMimeTypeId" use-when="&quot;my&quot;==void"><display/></field>
         <field name="content" title="${uiLabelMap.CommonContent}"><textarea cols="60" rows="10" read-only="true"/></field>
+        
+        <sort-order>
+            <field-group collapsible="false" initially-collapsed="false">
+                <sort-field name="communicationEventId"/>
+                <sort-field name="partyIdFrom"/>
+                <sort-field name="partyIdTo"/>
+                <sort-field name="statusId"/>
+                <sort-field name="contactMechTypeId"/>
+                <sort-field name="contactMechIdFrom"/>
+                <sort-field name="contactMechIdTo"/>
+                <sort-field name="roleTypeIdFrom"/>
+                <sort-field name="roleTypeIdTo"/>
+                <sort-field name="datetimeStarted"/>
+                <sort-field name="datetimeEnded"/>
+                <sort-field name="subject"/>
+            </field-group>
+            <field-group title="${uiLabelMap.CommonContent}" collapsible="true" initially-collapsed="true">               
+                <sort-field name="contentMimeTypeId"/>
+                <sort-field name="content"/>
+                <sort-field name="note"/>                
+            </field-group>
+        </sort-order>
     </form>
 
     <form name="findCommEvents" type="single" target="FindCommunicationEvents" paginate="true" focus-field-name="submitButton"