+ add the class.

This commit is contained in:
wangchunsheng
2009-11-06 08:33:18 +00:00
parent 7637f3e313
commit 2c03d1db47

View File

@@ -47,7 +47,7 @@
<td><?php echo $task->estimate;?></td>
<td><?php echo $task->consumed;?></td>
<td><?php if($task->storyID) echo html::a($this->createLink('story', 'view', "storyID=$task->storyID"), $task->storyTitle);?></td>
<td><?php echo $lang->task->statusList->{$task->status};?></td>
<td class='<?php echo $task->status;?>'><?php echo $lang->task->statusList->{$task->status};?></td>
<td><?php echo html::a($this->createLink('task', 'edit', "taskID=$task->id"), $lang->task->edit, '_blank');?></td>
</tr>
<?php endforeach;?>