Author: buscob
Date: Mon Dec 14 21:38:45 2009
New Revision: 890490
URL:
http://svn.apache.org/viewvc?rev=890490&view=revLog:
Moved TabBar Menus from the "body" decorator-section to the "pre-body" decorator section.
Modified:
ofbiz/trunk/framework/birt/widget/CommonScreens.xml
Modified: ofbiz/trunk/framework/birt/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/birt/widget/CommonScreens.xml?rev=890490&r1=890489&r2=890490&view=diff==============================================================================
--- ofbiz/trunk/framework/birt/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/framework/birt/widget/CommonScreens.xml Mon Dec 14 21:38:45 2009
@@ -57,7 +57,7 @@
</actions>
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
- <decorator-section name="body">
+ <decorator-section name="pre-body">
<section>
<!-- do check for WEBTOOLS, _VIEW permission -->
<condition>
@@ -65,6 +65,16 @@
</condition>
<widgets>
<include-menu name="BirtTabBar" location="component://birt/widget/Menus.xml"/>
+ </widgets>
+ </section>
+ </decorator-section>
+ <decorator-section name="body">
+ <section>
+ <!-- do check for WEBTOOLS, _VIEW permission -->
+ <condition>
+ <if-has-permission permission="ENTITY_MAINT"/>
+ </condition>
+ <widgets>
<decorator-section-include name="body"/>
</widgets>
<fail-widgets>