Author: buscob
Date: Fri Mar 19 21:18:20 2010
New Revision: 925425
URL:
http://svn.apache.org/viewvc?rev=925425&view=revLog:
Moved TabBar Menu from the "body" decorator-section to the "pre-body" decorator section.
Modified:
ofbiz/trunk/applications/accounting/widget/PaymentGatewayConfigScreens.xml
Modified: ofbiz/trunk/applications/accounting/widget/PaymentGatewayConfigScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/PaymentGatewayConfigScreens.xml?rev=925425&r1=925424&r2=925425&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/PaymentGatewayConfigScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/PaymentGatewayConfigScreens.xml Fri Mar 19 21:18:20 2010
@@ -29,11 +29,12 @@ under the License.
<widgets>
<!-- main defines the regions of the HTML page -->
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
- <!-- body is the primary display for this page and is called recursively -->
+ <decorator-section name="pre-body">
+ <include-menu name="PaymentGatewayConfigTabBar" location="component://accounting/widget/AccountingMenus.xml"/>
+ </decorator-section>
<decorator-section name="body">
<section>
<widgets>
- <include-menu name="PaymentGatewayConfigTabBar" location="component://accounting/widget/AccountingMenus.xml"/>
<container>
<label style="h1">${uiLabelMap[labelTitleProperty]}</label>
</container>