Author: jacopoc
Date: Fri Sep 8 23:42:32 2006
New Revision: 441748
URL:
http://svn.apache.org/viewvc?view=rev&rev=441748Log:
Removed the no more used "OrderComplete" screen definition (and related bsh script).
Removed:
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/orderstatus.bsh
Modified:
incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryOrderScreens.xml
Modified: incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryOrderScreens.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryOrderScreens.xml?view=diff&rev=441748&r1=441747&r2=441748==============================================================================
--- incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryOrderScreens.xml (original)
+++ incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryOrderScreens.xml Fri Sep 8 23:42:32 2006
@@ -261,25 +261,4 @@
</widgets>
</section>
</screen>
- <screen name="OrderComplete">
- <section>
- <actions>
- <set field="headerItem" value="orderentry"/>
- <script location="component://order/webapp/ordermgr/WEB-INF/actions/entry/orderstatus.bsh"/>
- </actions>
- <widgets>
- <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
- <!--<decorator-screen name="CommonOrderCheckoutDecorator">-->
- <decorator-section name="body">
- <platform-specific>
- <html><html-template location="component://order/webapp/ordermgr/entry/order/orderheader.ftl"/></html>
- </platform-specific>
- <platform-specific>
- <html><html-template location="component://order/webapp/ordermgr/entry/order/orderitems.ftl"/></html>
- </platform-specific>
- </decorator-section>
- </decorator-screen>
- </widgets>
- </section>
- </screen>
</screens>