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/09 15:34:52 UTC

svn commit: r654804 - /ofbiz/trunk/applications/workeffort/widget/TimesheetMenus.xml

Author: jleroux
Date: Fri May  9 06:34:52 2008
New Revision: 654804

URL: http://svn.apache.org/viewvc?rev=654804&view=rev
Log:
Patches 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/TimesheetMenus.xml

Modified: ofbiz/trunk/applications/workeffort/widget/TimesheetMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/TimesheetMenus.xml?rev=654804&r1=654803&r2=654804&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/TimesheetMenus.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/TimesheetMenus.xml Fri May  9 06:34:52 2008
@@ -20,7 +20,7 @@
 <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd">
 
     <menu name="TimesheetTabBar" default-menu-item-name="Timesheet" type="simple" default-selected-style="selected"
-        menu-container-style="button-bar tab-bar">
+        menu-container-style="button-bar tab-bar" selected-menuitem-context-field-name="tabButtonItem">
         <menu-item name="Timesheet" title="${uiLabelMap.Timesheet}">
             <link target="EditTimesheet?timesheetId=${timesheetId}"/>
         </menu-item>
@@ -31,4 +31,4 @@
             <link target="EditTimesheetEntries?timesheetId=${timesheetId}"/>
         </menu-item>
     </menu>
-</menus>
\ No newline at end of file
+</menus>