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 2007/09/10 00:52:18 UTC

svn commit: r574095 - /ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittask.ftl

Author: apatel
Date: Sun Sep  9 15:52:16 2007
New Revision: 574095

URL: http://svn.apache.org/viewvc?rev=574095&view=rev
Log:
simple clean up.

Modified:
    ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittask.ftl

Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittask.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittask.ftl?rev=574095&r1=574094&r2=574095&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittask.ftl (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittask.ftl Sun Sep  9 15:52:16 2007
@@ -38,7 +38,7 @@
         <table width="100%" cellpadding="2" cellspacing="0" border="1">
           <tr>
             <#if !(task?exists)>
-              <td><input type="hidden" name="workEffortTypeId" value="${parameters.workEffortTypeId?if_exists}"/></td>
+              <td><input type="hidden" name="workEffortTypeId" value="TASK"/></td>
             <#else>
               <td><input type="hidden" name="workEffortTypeId" value="${task.workEffortTypeId?if_exists}"/></td>
               <td><input type="hidden" name="workEffortId" value="${task.workEffortId?if_exists}"/></td>
@@ -47,8 +47,6 @@
           </tr>
           <#if task?exists>
             <tr>
-              <td class="label" >${uiLabelMap.ProjectMgrWorkEffortIdFrom}</td>            
-              <td>${(workEffort.workEffortName)?if_exists} [${(workEffort.workEffortId)?if_exists}]<span class="tooltip">${uiLabelMap.CommonNotModifRecreat}</td>
               <td><input type="hidden" name="workEffortIdFrom" value="${workEffortIdFrom?if_exists}"/></td>
               <td><input type="hidden" name="workEffortParentId" value="${workEffortIdFrom?if_exists}"/></td> 
             </tr>