svn commit: r922800 - /ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r922800 - /ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml

buscob
Author: buscob
Date: Sun Mar 14 09:24:54 2010
New Revision: 922800

URL: http://svn.apache.org/viewvc?rev=922800&view=rev
Log:
OFBIZ-3516
Fixed wrong screenlets display due to a no-clear style in the menu.

Modified:
    ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml

Modified: ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml?rev=922800&r1=922799&r2=922800&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml Sun Mar 14 09:24:54 2010
@@ -288,7 +288,7 @@ under the License.
     </menu>
 
     <menu name="RequestSubTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml"
-        menu-container-style="button-bar button-style-2 no-clear">
+        menu-container-style="button-bar button-style-2">
         <menu-item name="newRequest" title="${uiLabelMap.OrderNewRequest}">
             <link target="EditRequest"/>
         </menu-item>