svn commit: r441748 - in /incubator/ofbiz/trunk/applications/order: webapp/ordermgr/WEB-INF/actions/entry/orderstatus.bsh widget/ordermgr/OrderEntryOrderScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r441748 - in /incubator/ofbiz/trunk/applications/order: webapp/ordermgr/WEB-INF/actions/entry/orderstatus.bsh widget/ordermgr/OrderEntryOrderScreens.xml

jacopoc
Author: jacopoc
Date: Fri Sep  8 23:42:32 2006
New Revision: 441748

URL: http://svn.apache.org/viewvc?view=rev&rev=441748
Log:
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>