Author: buscob
Date: Sat Jan 2 12:10:06 2010
New Revision: 895179
URL: http://svn.apache.org/viewvc?rev=895179&view=rev
Log:
Fixed missing left-column decorator-sections in CommonOrderEntryDecorator and
CommonOrderCatalogDecorator.
Thank you Jacopo for reporting.
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=895179&r1=895178&r2=895179&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCommonScreens.xml
(original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCommonScreens.xml
Sat Jan 2 12:10:06 2010
@@ -21,14 +21,14 @@
<screen name="CommonOrderEntryDecorator">
<section>
<actions>
- <set field="leftbarScreenName" value="leftbar"/>
- <set field="leftbarScreenLocation"
value="component://order/widget/ordermgr/OrderEntryCommonScreens.xml"/>
- <set field="MainColumnStyle" value="leftonly"/>
<set field="headerItem" value="orderentry"/>
<script
location="component://order/webapp/ordermgr/WEB-INF/actions/entry/SetShoppingCart.groovy"/>
</actions>
<widgets>
<decorator-screen name="main-decorator"
location="${parameters.mainDecoratorLocation}">
+ <decorator-section name="left-column">
+ <include-screen name="leftbar"/>
+ </decorator-section>
<decorator-section name="body">
<section>
<widgets>
@@ -46,14 +46,14 @@
<screen name="CommonOrderCatalogDecorator">
<section>
<actions>
- <set field="leftbarScreenName" value="leftbarCatalog"/>
- <set field="leftbarScreenLocation"
value="component://order/widget/ordermgr/OrderEntryCommonScreens.xml"/>
- <set field="MainColumnStyle" value="leftonly"/>
<set field="headerItem" value="orderentry"/>
<script
location="component://order/webapp/ordermgr/WEB-INF/actions/entry/SetShoppingCart.groovy"/>
</actions>
<widgets>
<decorator-screen name="main-decorator"
location="${parameters.mainDecoratorLocation}">
+ <decorator-section name="left-column">
+ <include-screen name="leftbarCatalog"/>
+ </decorator-section>
<decorator-section name="body">
<section>
<widgets>