Author: buscob
Date: Sun Mar 21 17:51:29 2010
New Revision: 925844
URL:
http://svn.apache.org/viewvc?rev=925844&view=revLog:
Used the new CommonTabBarMenu in the ProfileSubTabBar and CommSubTabBar menus in the Party application.
Modified:
ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml
Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml?rev=925844&r1=925843&r2=925844&view=diff==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml Sun Mar 21 17:51:29 2010
@@ -167,8 +167,7 @@
</link>
</menu-item>
</menu>
- <menu name="ProfileSubTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml"
- menu-container-style="button-bar button-style-2">
+ <menu name="ProfileSubTabBar" extends="CommonButtonBarMenu" extends-resource="component://common/widget/CommonMenus.xml">
<menu-item name="createNew" title="${uiLabelMap.AccountingBillingAccount}" >
<condition>
<if-has-permission permission="ACCOUNTING" action="_VIEW"/>
@@ -622,9 +621,8 @@
</menu-item>
</menu>
- <menu name="CommSubTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml"
- menu-container-style="button-bar button-style-2">
- <menu-item name="new" title="${uiLabelMap.PartyNewCommunication}">
+ <menu name="CommSubTabBar" extends="CommonButtonBarMenu" extends-resource="component://common/widget/CommonMenus.xml">
+ <menu-item name="new" title="${uiLabelMap.PartyNewCommunication}" widget-style="buttontext create">
<link target="EditCommunicationEvent"/>
</menu-item>
<menu-item name="reply" title="${uiLabelMap.PartyReply}">