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 21:44:19 UTC

svn commit: r834221 - /ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCommonScreens.xml

Author: buscob
Date: Mon Nov  9 20:44:18 2009
New Revision: 834221

URL: http://svn.apache.org/viewvc?rev=834221&view=rev
Log:
Reverted change 826379 to OrderEntryCommonScreen.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/OrderEntryCommonScreens.xml

Modified: ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCommonScreens.xml?rev=834221&r1=834220&r2=834221&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCommonScreens.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCommonScreens.xml Mon Nov  9 20:44:18 2009
@@ -57,12 +57,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>
-                                    <decorator-section-include name="body"/>
-                                </screenlet>
+                                    <container style="screenlet-body">
+                                        <decorator-section-include name="body"/>
+                                    </container>
+                                </container>
                             </widgets>
                         </section>
                     </decorator-section>