You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2009/11/09 23:35:04 UTC

svn commit: r834261 - /ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryOrderScreens.xml

Author: buscob
Date: Mon Nov  9 22:35:04 2009
New Revision: 834261

URL: http://svn.apache.org/viewvc?rev=834261&view=rev
Log:
Reverted change 826379 to OrderEntryOrderScreens.xml because this introduced a bug reported by matthieu bollot in https://issues.apache.org/jira/browse/OFBIZ-3179

Modified:
    ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryOrderScreens.xml

Modified: ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryOrderScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryOrderScreens.xml?rev=834261&r1=834260&r2=834261&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryOrderScreens.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryOrderScreens.xml Mon Nov  9 22:35:04 2009
@@ -293,12 +293,14 @@
                     <decorator-section name="body">
                         <section>
                             <widgets>
-                                <screenlet>
+                                <container style="screenlet">
                                     <platform-specific>
                                         <html><html-template location="component://order/webapp/ordermgr/entry/OrderEntryCatalogTabBar.ftl"/></html>
                                     </platform-specific>
-                                    <include-form location="component://order/widget/ordermgr/OrderForms.xml" name="LookupBulkAddSupplierProductsInApprovedOrder"></include-form>
-                                </screenlet>
+                                    <container style="screenlet-body">
+                                        <include-form location="component://order/webapp/ordermgr/order/OrderForms.xml" name="LookupBulkAddSupplierProductsInApprovedOrder"></include-form>
+                                    </container>
+                                </container>
                             </widgets>
                         </section>
                     </decorator-section>