Author: hansbak
Date: Thu Apr 23 09:18:47 2009
New Revision: 767868

URL: http://svn.apache.org/viewvc?rev=767868&view=rev
Log:
request overview screen should not allow adding content, go for that to the 
request content screen

Modified:
    ofbiz/trunk/specialpurpose/projectmgr/widget/RequestScreens.xml

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/RequestScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/RequestScreens.xml?rev=767868&r1=767867&r2=767868&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/RequestScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/RequestScreens.xml Thu Apr 23 
09:18:47 2009
@@ -131,9 +131,9 @@
                                 <include-form name="ViewRequestWorkEfforts" 
location="component://projectmgr/widget/forms/RequestForms.xml"/>
                             </screenlet>
                             <screenlet title="${uiLabelMap.CommonContent}" 
navigation-form-name="ListCustRequestContent">
-                                <link target="EditCustRequestContent" 
text="${uiLabelMap.CommonNew} ${uiLabelMap.ContentContent}">
+                                <!-- <link target="EditCustRequestContent" 
text="${uiLabelMap.CommonNew} ${uiLabelMap.ContentContent}">
                                     <parameter param-name="custRequestId" 
from-field="custRequest.custRequestId"/>
-                                </link>
+                                    </link> -->
                                 <include-form name="ListCustRequestContent" 
location="component://order/webapp/ordermgr/request/RequestForms.xml"/>
                             </screenlet>
                         </container>


Reply via email to