Author: adrianc
Date: Mon Nov 16 22:59:56 2009
New Revision: 881027
URL:
http://svn.apache.org/viewvc?rev=881027&view=revLog:
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>