* fix the error of story link.

This commit is contained in:
wangchunsheng
2009-10-28 02:57:05 +00:00
parent f32b6c270b
commit c1c873f873

View File

@@ -46,7 +46,7 @@
<td><?php echo $task->pri;?></td>
<td><?php echo $task->estimate;?></td>
<td><?php echo $task->consumed;?></td>
<td><?php echo html::a($this->createLink('story', 'view', "storyID=$task->storyID"), $task->storyTitle);?></td>
<td><?php if($task->id) echo html::a($this->createLink('story', 'view', "storyID=$task->storyID"), $task->storyTitle);?></td>
<td><?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>