Author: buscob
Date: Mon Nov 9 20:44:18 2009
New Revision: 834221
URL:
http://svn.apache.org/viewvc?rev=834221&view=revLog:
Reverted change 826379 to OrderEntryCommonScreen.xml because this introduced a bug reported by matthieu bollot in
https://issues.apache.org/jira/browse/OFBIZ-3179Modified:
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>