Author: erwan
Date: Tue Mar 30 13:13:57 2010
New Revision: 929126
URL:
http://svn.apache.org/viewvc?rev=929126&view=revLog:
Using right decorator for the request list in project manager, removing the unnecessary menu
Modified:
ofbiz/trunk/specialpurpose/projectmgr/widget/CustRequestScreens.xml
ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectMenus.xml
Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/CustRequestScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/CustRequestScreens.xml?rev=929126&r1=929125&r2=929126&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/CustRequestScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/CustRequestScreens.xml Tue Mar 30 13:13:57 2010
@@ -33,9 +33,8 @@ under the License.
</entity-and>
</actions>
<widgets>
- <screenlet title="${uiLabelMap.ProjectMgrCustomerRequestList}" navigation-menu-name="ProjectRequestList">
+ <screenlet title="${uiLabelMap.ProjectMgrCustomerRequestList}">
<label style="h2" text="${uiLabelMap.ProjectMgrAcceptedCustomerRequestList}"/>
- <link target="newrequest" text="${uiLabelMap.OrderNewRequest}" style="buttontext"/>
<include-form name="ListRequests" location="component://projectmgr/widget/forms/CustRequestForms.xml"/>
<label style="h2" text="${uiLabelMap.ProjectMgrReviewedCustomerRequestTaskList}"/>
<include-form name="ListRequestsWorkEffortForm" location="component://projectmgr/widget/forms/CustRequestForms.xml"/>
@@ -55,7 +54,7 @@ under the License.
<set field="headerItem" value="request"/>
</actions>
<widgets>
- <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
+ <decorator-screen name="CommonRequestDecorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
<include-screen name="ProjectRequestList"/>
</decorator-section>
Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectMenus.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectMenus.xml?rev=929126&r1=929125&r2=929126&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectMenus.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectMenus.xml Tue Mar 30 13:13:57 2010
@@ -619,9 +619,4 @@
</link>
</menu-item>
</menu>
- <menu name="ProjectRequestList">
- <menu-item name="newrequest">
- <link target="/projectmgr/control/newrequest" url-mode="inter-app"/>
- </menu-item>
- </menu>
</menus>