Author: hansbak
Date: Mon Jul 21 06:58:01 2008
New Revision: 678415
URL:
http://svn.apache.org/viewvc?rev=678415&view=revLog:
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=""otherCommunications".equals(headerItem)" target="deleteOtherUnknownCommunicationEvents"/>
- <alt-target use-when=""myCommunications".equals(headerItem)" target="deleteMyUnknownCommunicationEvents"/>
+ <alt-target use-when=""otherCommunications".equals(headerItem)" target="deleteOtherCommunicationEvents"/>
+ <alt-target use-when=""myCommunications".equals(headerItem)" target="deleteMyCommunicationEvents"/>
<field use-when="headerItem.equals("main")" name="subject" widget-style="buttontext" widget-area-style="fieldWidth300">
<hyperlink description="${subject}" target="ViewCommunicationEvent?communicationEventId=${communicationEventId}&type=main"/>