Author: hansbak
Date: Tue Aug 12 23:06:17 2008
New Revision: 685453
URL:
http://svn.apache.org/viewvc?rev=685453&view=revLog:
restored ftl request files from order
Modified:
ofbiz/trunk/applications/ecommerce/widget/RequestScreens.xml
Modified: ofbiz/trunk/applications/ecommerce/widget/RequestScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/widget/RequestScreens.xml?rev=685453&r1=685452&r2=685453&view=diff==============================================================================
--- ofbiz/trunk/applications/ecommerce/widget/RequestScreens.xml (original)
+++ ofbiz/trunk/applications/ecommerce/widget/RequestScreens.xml Tue Aug 12 23:06:17 2008
@@ -81,7 +81,25 @@
<widgets>
<decorator-screen name="CommonRequestDecorator">
<decorator-section name="body">
- <include-screen name="ViewRequestTemplate" location="component://order/widget/ordermgr/RequestScreens.xml"/>
+ <container style="lefthalf">
+ <platform-specific>
+ <html><html-template location="component://order/webapp/ordermgr/request/requestInfo.ftl"/></html>
+ </platform-specific>
+ <platform-specific>
+ <html><html-template location="component://order/webapp/ordermgr/request/ViewRequestItemInfo.ftl"/></html>
+ </platform-specific>
+ </container>
+ <container style="righthalf">
+ <platform-specific>
+ <html><html-template location="component://order/webapp/ordermgr/request/requestDate.ftl"/></html>
+ </platform-specific>
+ <platform-specific>
+ <html><html-template location="component://order/webapp/ordermgr/request/requestContactMech.ftl"/></html>
+ </platform-specific>
+ <platform-specific>
+ <html><html-template location="component://order/webapp/ordermgr/request/requestRoles.ftl"/></html>
+ </platform-specific>
+ </container>
</decorator-section>
</decorator-screen>
</widgets>