You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/05/12 18:26:34 UTC

svn commit: r655549 - /ofbiz/trunk/applications/workeffort/widget/WorkEffortMenus.xml

Author: jleroux
Date: Mon May 12 09:26:34 2008
New Revision: 655549

URL: http://svn.apache.org/viewvc?rev=655549&view=rev
Log:
A patch from Shubham Goyal "Set the style for selected menu items for Workeffort" (https://issues.apache.org/jira/browse/OFBIZ-1774) - OFBIZ-1774

Modified:
    ofbiz/trunk/applications/workeffort/widget/WorkEffortMenus.xml

Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortMenus.xml?rev=655549&r1=655548&r2=655549&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/WorkEffortMenus.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/WorkEffortMenus.xml Mon May 12 09:26:34 2008
@@ -40,7 +40,7 @@
         </menu-item>
     </menu>
     <menu name="WorkEffortTabBar" default-menu-item-name="WorkEffort" default-selected-style="selected"
-        type="simple" menu-container-style="button-bar tab-bar">
+        type="simple" menu-container-style="button-bar tab-bar" selected-menuitem-context-field-name="tabButtonItem">
         <menu-item name="WorkEffortRelatedSummary" title="${uiLabelMap.WorkEffortSummary}">
             <link target="WorkEffortSummary?workEffortId=${workEffortId}"/>
         </menu-item>
@@ -96,4 +96,4 @@
             <link target="EditWorkEffortContactMechs?workEffortId=${workEffortId}"/>
         </menu-item>
     </menu>    
-</menus>
\ No newline at end of file
+</menus>