You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ap...@apache.org on 2008/05/02 06:48:52 UTC

svn commit: r652761 - /ofbiz/trunk/applications/humanres/widget/Menus.xml

Author: apatel
Date: Thu May  1 21:48:51 2008
New Revision: 652761

URL: http://svn.apache.org/viewvc?rev=652761&view=rev
Log:
Simplified menu for EmploymentPosition entity. 

Modified:
    ofbiz/trunk/applications/humanres/widget/Menus.xml

Modified: ofbiz/trunk/applications/humanres/widget/Menus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/Menus.xml?rev=652761&r1=652760&r2=652761&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/Menus.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/Menus.xml Thu May  1 21:48:51 2008
@@ -38,13 +38,14 @@
     </menu>
     <menu name="EmplPostionBar" default-menu-item-name="EditEmplPosition" default-selected-style="selected"
         type="simple" menu-container-style="button-bar tab-bar">
-        <menu-item name="EditEmplPositionFulfillment" title="${uiLabelMap.HumanResEditEmplPositionFulfillment}">
+        <menu-item name="EditEmplPosition" title="${uiLabelMap.HumanResEmployeePosition}"><link target="EditEmplPosition?emplPositionId=${emplPositionId}"/></menu-item>
+        <menu-item name="EditEmplPositionFulfillment" title="${uiLabelMap.HumanResPositionFulfillments}">
             <link target="EditEmplPositionFulfillments?emplPositionId=${emplPositionId}"/>
         </menu-item>
-        <menu-item name="EditEmplPositionResponsibility" title="${uiLabelMap.HumanResEditEmplPositionResponsibility}">
+        <menu-item name="EditEmplPositionResponsibility" title="${uiLabelMap.HumanResEmplPositionResponsibilities}">
             <link target="EditEmplPositionResponsibilities?emplPositionId=${emplPositionId}"/>
         </menu-item>
-        <menu-item name="EditEmplPositionReportingStruct" title="${uiLabelMap.HumanResEditEmplPositionReportingStruct}">
+        <menu-item name="EditEmplPositionReportingStruct" title="${uiLabelMap.HumanResEmplPositionReportingStruct}">
             <link target="EditEmplPositionReportingStructs?emplPositionId=${emplPositionId}"/>
         </menu-item>
     </menu>