You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2008/11/17 05:01:20 UTC

svn commit: r718169 - /ofbiz/trunk/framework/common/widget/CommonMenus.xml

Author: lektran
Date: Sun Nov 16 20:01:19 2008
New Revision: 718169

URL: http://svn.apache.org/viewvc?rev=718169&view=rev
Log:
Framework portion of OFBIZ-2049, thanks to Bruno Busco for the patch and Ashish for review

Modified:
    ofbiz/trunk/framework/common/widget/CommonMenus.xml

Modified: ofbiz/trunk/framework/common/widget/CommonMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/CommonMenus.xml?rev=718169&r1=718168&r2=718169&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/CommonMenus.xml (original)
+++ ofbiz/trunk/framework/common/widget/CommonMenus.xml Sun Nov 16 20:01:19 2008
@@ -31,4 +31,7 @@
              <link target="${checkLoginUrl}"/>
          </menu-item>
      </menu>
+     
+    <menu name="CommonTabBarMenu" selected-menuitem-context-field-name="tabButtonItem" type="simple" 
+          menu-container-style="button-bar tab-bar no-clear" default-selected-style="selected" /> 
 </menus>