Author: sichen
Date: Fri Jul 14 10:03:10 2006
New Revision: 421949
URL:
http://svn.apache.org/viewvc?rev=421949&view=revLog:
Fixed bad headerItem for various orderview-related pages, including add note, edit delivery schedule, receive offline payment, and send confirmation email
Modified:
incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml
Modified: incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml?rev=421949&r1=421948&r2=421949&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml (original)
+++ incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml Fri Jul 14 10:03:10 2006
@@ -130,6 +130,7 @@
<section>
<actions>
<set field="titleProperty" value="OrderAddNote"/>
+ <set field="headerItem" value="findorders"/>
<script location="component://order/webapp/ordermgr/WEB-INF/actions/order/newnote.bsh"/>
</actions>
<widgets>
@@ -147,7 +148,7 @@
<section>
<actions>
<set field="titleProperty" value="OrderViewEditDeliveryScheduleInfo"/>
- <set field="headerItem" value="OrderDeliveryScheduleInfo"/>
+ <set field="headerItem" value="findorders"/>
<property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
@@ -187,6 +188,7 @@
<section>
<actions>
<set field="titleProperty" value="OrderReceiveOfflinePayments"/>
+ <set field="headerItem" value="findorders"/>
<script location="component://order/webapp/ordermgr/WEB-INF/actions/order/receivepayment.bsh"/>
</actions>
<widgets>
@@ -215,6 +217,7 @@
<section>
<actions>
<set field="titleProperty" value="OrderSendConfirmationEmail"/>
+ <set field="headerItem" value="findorders"/>
<script location="component://order/webapp/ordermgr/WEB-INF/actions/order/sendconfirmationemail.bsh"/>
</actions>
<widgets>