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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

hansbak-2
Author: hansbak
Date: Wed Jun 24 15:02:51 2009
New Revision: 788045

URL: http://svn.apache.org/viewvc?rev=788045&view=rev
Log:
small adjustment on comms portlet

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=788045&r1=788044&r2=788045&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml Wed Jun 24 15:02:51 2009
@@ -467,7 +467,7 @@
                 </sub-hyperlink>
             </display-entity>
         </field>
-        <field name="entryDate" sort-field="true"><display type="date"/></field>
+        <field name="entryDate" sort-field="true"><display type="date-time"/></field>
         <field name="roleTypeId"><display-entity entity-name="RoleType" description="${description}"/></field>
         <field name="removeButton" widget-style="smallSubmit"><submit/></field>
     </form>
@@ -890,5 +890,9 @@
         </field>
         <field name="removeLink" title="${uiLabelMap.CommonDelete}" widget-style="smallSubmit"><submit/></field>
     </form>
-    <form name="ListProgressEmails" type="list" extends="ListPartyCommEvents" list-name="commEventProgress"/>
+    <form name="ListProgressEmails" type="list" extends="ListPartyCommEvents" list-name="commEventProgress">
+        <field name="partyIdFrom"><ignored/></field>
+        <field name="startDate"><display type="date-time"/></field>
+        <field name="removeButton" widget-style="smallSubmit"><submit/></field>
+    </form>
 </forms>