Author: buscob
Date: Tue Nov  2 22:56:24 2010
New Revision: 1030272

URL: http://svn.apache.org/viewvc?rev=1030272&view=rev
Log:
Moved TabBar menu in pre-body section

Modified:
    ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml

Modified: ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml?rev=1030272&r1=1030271&r2=1030272&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/CommonScreens.xml Tue Nov  
2 22:56:24 2010
@@ -294,14 +294,22 @@ under the License.
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator"  
location="${parameters.mainDecoratorLocation}">
-                    <decorator-section name="body">
+                    <decorator-section name="pre-body">
                         <section>
-                            <!-- do check for CATALOG, _VIEW permission -->
                             <condition>
                                 <if-has-permission permission="CATALOG" 
action="_VIEW"/>
                             </condition>
                             <widgets>
                                 <include-menu name="WebAnalyticsTabBar" 
location="component://product/widget/catalog/CatalogMenus.xml"/>
+                            </widgets>
+                        </section>
+                    </decorator-section>
+                    <decorator-section name="body">
+                        <section>
+                            <condition>
+                                <if-has-permission permission="CATALOG" 
action="_VIEW"/>
+                            </condition>
+                            <widgets>
                                 <container style="no-clear">
                                     <decorator-section-include name="body"/>
                                 </container>


Reply via email to