* code for task#769

This commit is contained in:
chencongzhi520@gmail.com
2012-04-26 07:50:14 +00:00
parent 146b5934ae
commit a4cfb2b940
13 changed files with 16 additions and 13 deletions
+2 -2
View File
@@ -16,11 +16,11 @@
<caption><?php echo $task->name;?></caption>
<tr>
<th class='rowhead'><?php echo $lang->task->consumed;?></th>
<td><?php echo html::input('consumed', $task->consumed, "class='text-3'");?></td>
<td><?php echo html::input('consumed', $task->consumed, "class='text-3'") . $lang->task->hour;?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->left;?></th>
<td><?php echo html::input('left', $task->left, "class='text-3'");?></td>
<td><?php echo html::input('left', $task->left, "class='text-3'") . $lang->task->hour;?></td>
</tr>
<tr>
<td class='rowhead'><?php echo $lang->comment;?></td>