Author: hansbak
Date: Mon Feb 9 05:56:47 2009
New Revision: 742279
URL:
http://svn.apache.org/viewvc?rev=742279&view=revLog:
corrections of task sub buttons
Modified:
ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml
ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml
Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml?rev=742279&r1=742278&r2=742279&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml Mon Feb 9 05:56:47 2009
@@ -119,11 +119,12 @@
</condition>
<widgets>
<include-menu name="TaskTabBar" location="component://projectmgr/widget/Menus.xml"/>
+ <include-menu name="TaskSubTabBar" location="component://projectmgr/widget/Menus.xml"/>
+ <container style="clear"/>
<label style="h1" text="${uiLabelMap.ProjectMgrTaskCurrent}: ${workEffort.workEffortName}[${workEffort.workEffortId}] ${uiLabelMap.ProjectMgrPhaseName}: ${phaseName} ${uiLabelMap.ProjectMgrProjectName}: ${projectName}"/>
<link style="h1" text="[${projectId}]" target="projectView?projectId=${projectId}"/>
</widgets>
</section>
- <include-menu name="TaskSubTabBar" location="component://projectmgr/widget/Menus.xml"/>
<decorator-section-include name="body"/>
</widgets>
<fail-widgets>
Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml?rev=742279&r1=742278&r2=742279&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml Mon Feb 9 05:56:47 2009
@@ -376,9 +376,6 @@
</condition>
<link target="setTaskStatus?workEffortId=${workEffortId}&currentStatusId=PTS_CANCELLED"/>
</menu-item>
- <menu-item name="custRequestContent" title="${uiLabelMap.CommonContent}">
- <link target="EditCustRequestContent?custRequestId=${custRequest.custRequestId}"/>
- </menu-item>
</menu>
<menu name="TimesheetTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml">
<menu-item name="findtimesheet" title="${uiLabelMap.CommonFind}">