Author: mrisaliti
Date: Fri Dec 14 15:58:16 2007
New Revision: 604335
URL:
http://svn.apache.org/viewvc?rev=604335&view=revLog:
Applied fix from trunk for revision: 604334
Modified:
ofbiz/branches/release4.0/applications/party/widget/partymgr/CommunicationScreens.xml
Modified: ofbiz/branches/release4.0/applications/party/widget/partymgr/CommunicationScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/party/widget/partymgr/CommunicationScreens.xml?rev=604335&r1=604334&r2=604335&view=diff==============================================================================
--- ofbiz/branches/release4.0/applications/party/widget/partymgr/CommunicationScreens.xml (original)
+++ ofbiz/branches/release4.0/applications/party/widget/partymgr/CommunicationScreens.xml Fri Dec 14 15:58:16 2007
@@ -443,7 +443,7 @@
</widgets>
</section>
</screen>
- <screen name="EditCommWorkEfforts">
+ <screen name="EditCommEventWorkEffort">
<section>
<actions>
<set field="titleProperty" value="PageTitleListCommWorkEfforts"/>
@@ -457,7 +457,7 @@
<decorator-screen name="CommonCommunicationEventDecorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<container><label style="head1" text="${uiLabelMap.PartyCommWorkEfforts}"/></container>
- <include-form location="component://party/webapp/partymgr/communication/CommForms.xml" name="EditCommWorkEffort"/>
+ <include-form location="component://party/webapp/partymgr/communication/CommForms.xml" name="AddCommEventWorkEffort"/>
</decorator-section>
</decorator-screen>
</widgets>