+ add type field to task table.

This commit is contained in:
wangchunsheng
2009-12-28 06:07:42 +00:00
parent 9dd109243a
commit 0adb00be09
4 changed files with 21 additions and 0 deletions
+4
View File
@@ -83,6 +83,10 @@
<th class='rowhead'><?php echo $lang->task->left;?></th>
<td><?php echo $task->left;?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->type;?></th>
<td><?php echo $lang->task->typeList[$task->type];?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->task->status;?></th>
<td><?php $lang->show($lang->task->statusList, $task->status);?></td>