Author: jacopoc
Date: Thu May 6 14:06:05 2010
New Revision: 941745
URL:
http://svn.apache.org/viewvc?rev=941745&view=revLog:
Fix to my last commit: wrong path to resource.
Modified:
ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml
Modified: ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml?rev=941745&r1=941744&r2=941745&view=diff==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/OrderViewScreens.xml Thu May 6 14:06:05 2010
@@ -359,7 +359,7 @@ under the License.
<decorator-screen name="CommonOrderViewDecorator">
<decorator-section name="body">
<platform-specific>
- <html><html-template location="component://csstore/webapp/csstore/order/sendconfirmationemail.ftl"/></html>
+ <html><html-template location="component://order/webapp/ordermgr/order/sendconfirmationemail.ftl"/></html>
</platform-specific>
</decorator-section>
</decorator-screen>