* fix bug : change 'record' to 'recordEstimate'.

This commit is contained in:
zhujinyong
2013-03-03 02:10:12 +00:00
parent d6ffd38a9f
commit 0d51012ff4
+1 -1
View File
@@ -109,7 +109,7 @@ userList = "<?php echo join(',', array_keys($users));?>".split(','
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->consumed;?></th>
<td><?php echo $task->consumed . ' '; common::printIcon('task', 'record', "taskID=$task->id", $task, 'list', '', '', 'iframe', true);?></td>
<td><?php echo $task->consumed . ' '; common::printIcon('task', 'recordEstimate', "taskID=$task->id", $task, 'list', '', '', 'iframe', true);?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->left;?></th>