You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2009/11/16 23:59:56 UTC

svn commit: r881027 - /ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml

Author: adrianc
Date: Mon Nov 16 22:59:56 2009
New Revision: 881027

URL: http://svn.apache.org/viewvc?rev=881027&view=rev
Log:
An example of the correct way to fix layout problems in a multi-column screen.

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

Modified: ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml?rev=881027&r1=881026&r2=881027&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/CatalogMenus.xml Mon Nov 16 22:59:56 2009
@@ -45,7 +45,8 @@
         </menu-item>
     </menu>
 
-    <menu name="ShippingTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml">
+    <menu name="ShippingTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml"
+        menu-container-style="button-bar tab-bar no-clear">
         <menu-item name="ListShipmentMethodTypes" title="${uiLabelMap.ProductShipmentMethodTypes}">
             <link target="ListShipmentMethodTypes"/>
         </menu-item>