Author: hansbak
Date: Thu Aug 7 16:48:29 2008 New Revision: 683757 URL: http://svn.apache.org/viewvc?rev=683757&view=rev Log: smal corrections in the mypage screens Modified: ofbiz/trunk/specialpurpose/mypage/webapp/mypage/WEB-INF/controller.xml ofbiz/trunk/specialpurpose/mypage/widget/MyPageScreens.xml Modified: ofbiz/trunk/specialpurpose/mypage/webapp/mypage/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/mypage/webapp/mypage/WEB-INF/controller.xml?rev=683757&r1=683756&r2=683757&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/mypage/webapp/mypage/WEB-INF/controller.xml (original) +++ ofbiz/trunk/specialpurpose/mypage/webapp/mypage/WEB-INF/controller.xml Thu Aug 7 16:48:29 2008 @@ -174,7 +174,7 @@ <security https="true" auth="true"/> <event type="simple" invoke="getToNextDonePage" path="org/ofbiz/mypage/Events.xml"/> <response name="main" type="request" value="main"/> - <response name="viewCommunicationEvent" type="request" value="ViewCommunicationEvent"/> + <response name="ViewCommunicationEvent" type="request" value="ViewCommunicationEvent"/> <response name="myCommunications" type="request" value="myCommunications"/> <response name="otherCommunications" type="request" value="otherCommunications"/> <response name="myTimesheet" type="request" value="myTimesheet"/> Modified: ofbiz/trunk/specialpurpose/mypage/widget/MyPageScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/mypage/widget/MyPageScreens.xml?rev=683757&r1=683756&r2=683757&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/mypage/widget/MyPageScreens.xml (original) +++ ofbiz/trunk/specialpurpose/mypage/widget/MyPageScreens.xml Thu Aug 7 16:48:29 2008 @@ -278,7 +278,7 @@ <screen name="ViewCommunicationEvent"> <section> <actions> - <set field="donePage" value="viewCommunication"/> + <set field="donePage" value="ViewCommunicationEvent"/> <set field="titleProperty" value="PageTitleViewCommunication" /> <set field="tabButtonItem" value="OverView" /> <set field="parentCommEventId" from-field="parameters.parentCommEventId" /> @@ -322,7 +322,7 @@ <label style="h1" text="${uiLabelMap.CommonRelatedInformation}" /> <section> <actions> - <set field="donePage" value="viewCommunicationEvent"/> + <set field="donePage" value="ViewCommunicationEvent"/> </actions> <widgets> <screenlet title="${uiLabelMap.PartyCommEventRoles}"> @@ -333,7 +333,7 @@ </section> <section> <actions> - <set field="donePage" value="viewCommunicationEvent"/> + <set field="donePage" value="ViewCommunicationEvent"/> </actions> <widgets> <screenlet title="${uiLabelMap.PartyCommContent}"> |
Free forum by Nabble | Edit this page |