Author: hansbak
Date: Mon Jul 21 06:58:01 2008
New Revision: 678415

URL: http://svn.apache.org/viewvc?rev=678415&view=rev
Log:
small error correction in mypage

Modified:
    ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml

Modified: ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml?rev=678415&r1=678414&r2=678415&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml (original)
+++ ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml Mon Jul 21 
06:58:01 2008
@@ -114,8 +114,8 @@
     </form>
     <form name="ListMyUnknownPartyEmails" type="multi"
         extends="ListMyUnknownPartyEmails" 
extends-resource="component://party/webapp/partymgr/communication/CommForms.xml"
 use-row-submit="true">
-        <alt-target 
use-when="&quot;otherCommunications&quot;.equals(headerItem)" 
target="deleteOtherUnknownCommunicationEvents"/>
-        <alt-target use-when="&quot;myCommunications&quot;.equals(headerItem)" 
target="deleteMyUnknownCommunicationEvents"/>
+        <alt-target 
use-when="&quot;otherCommunications&quot;.equals(headerItem)" 
target="deleteOtherCommunicationEvents"/>
+        <alt-target use-when="&quot;myCommunications&quot;.equals(headerItem)" 
target="deleteMyCommunicationEvents"/>
 
         <field use-when="headerItem.equals(&quot;main&quot;)" name="subject" 
widget-style="buttontext" widget-area-style="fieldWidth300">
             <hyperlink description="${subject}" 
target="ViewCommunicationEvent?communicationEventId=${communicationEventId}&amp;type=main"/>


Reply via email to