Author: buscob
Date: Sun Jan 10 18:12:24 2010
New Revision: 897674

URL: http://svn.apache.org/viewvc?rev=897674&view=rev
Log:
Moved TabBar Menus from the "body" decorator-section to the "pre-body" 
decorator section.

Modified:
    ofbiz/trunk/applications/content/widget/CommonScreens.xml

Modified: ofbiz/trunk/applications/content/widget/CommonScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/CommonScreens.xml?rev=897674&r1=897673&r2=897674&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/content/widget/CommonScreens.xml Sun Jan 10 
18:12:24 2010
@@ -223,9 +223,11 @@
                 <set field="headerItem" value="CompDoc"/>
             </actions>
             <widgets>
-                <decorator-screen name="main-decorator" >
-                    <decorator-section name="body">
+                <decorator-screen name="main-decorator">
+                    <decorator-section name="pre-body">
                         <include-menu name="${menuName}" 
location="component://content/widget/compdoc/CompDocMenus.xml"/>
+                    </decorator-section>
+                    <decorator-section name="body">
                         <label text="${title}" style="h1"/>
                         <decorator-section-include name="body"/>
                     </decorator-section>


Reply via email to