* consumed of task can not be edited.

This commit is contained in:
zhujinyong
2013-01-22 09:08:35 +00:00
parent b30722c489
commit 9c608f7e56

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 html::input('consumed', $task->consumed, "class='text-1'");?></td>
<td><?php echo $task->consumed;?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->left;?></th>