svn commit: r897908 - /ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml

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

svn commit: r897908 - /ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml

erwan
Author: erwan
Date: Mon Jan 11 15:28:29 2010
New Revision: 897908

URL: http://svn.apache.org/viewvc?rev=897908&view=rev
Log:
CommSubTabBar didn't had the right menu styles

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=897908&r1=897907&r2=897908&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml Mon Jan 11 15:28:29 2010
@@ -617,7 +617,8 @@
         </menu-item>
     </menu>
 
-    <menu name="CommSubTabBar">
+    <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}">
             <link target="EditCommunicationEvent"/>
         </menu-item>