Author: hansbak
Date: Tue Jul 15 14:26:19 2008
New Revision: 677045
URL:
http://svn.apache.org/viewvc?rev=677045&view=revLog:
move creation buttons to the decorator
Modified:
ofbiz/trunk/applications/order/widget/ordermgr/CommonScreens.xml
ofbiz/trunk/applications/order/widget/ordermgr/RequestScreens.xml
Modified: ofbiz/trunk/applications/order/widget/ordermgr/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/CommonScreens.xml?rev=677045&r1=677044&r2=677045&view=diff==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/CommonScreens.xml Tue Jul 15 14:26:19 2008
@@ -72,6 +72,11 @@
<html><html-template location="component://order/webapp/ordermgr/request/RequestTabBar.ftl"/></html>
</platform-specific>
<container>
+ <container>
+ <link target="request" text="${uiLabelMap.OrderNewRequest}" style="buttontext"/>
+ <link target="createQuoteFromCustRequest?custRequestId=${custRequestId}" text="${uiLabelMap.OrderNewQuote}" style="buttontext"/>
+ </container>
+
<label style="h1">[${uiLabelMap.CommonId}:${custRequest.custRequestId}] ${custRequest.custRequestName}</label>
</container>
<decorator-section-include name="body"/>
Modified: ofbiz/trunk/applications/order/widget/ordermgr/RequestScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/RequestScreens.xml?rev=677045&r1=677044&r2=677045&view=diff==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/RequestScreens.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/RequestScreens.xml Tue Jul 15 14:26:19 2008
@@ -77,10 +77,6 @@
<widgets>
<decorator-screen name="CommonRequestDecorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
- <container>
- <link target="request" text="${uiLabelMap.OrderNewRequest}" style="buttontext"/>
- <link target="createQuoteFromCustRequest?custRequestId=${custRequestId}" text="${uiLabelMap.OrderNewQuote}" style="buttontext"/>
- </container>
<include-screen name="ViewRequestTemplate" location="component://order/widget/ordermgr/RequestScreens.xml"/>
</decorator-section>
</decorator-screen>