* finish task #908.

This commit is contained in:
wangyidong
2012-11-26 05:26:15 +00:00
parent 4ebb86bdd3
commit 7cf9a89178
25 changed files with 49 additions and 47 deletions

View File

@@ -31,7 +31,7 @@
<?php foreach($tasks as $task):?>
<tr class='a-center'>
<td><?php echo html::a($this->createLink('task', 'view', "taskID=$task->id"), sprintf('%03d', $task->id));?></td>
<td><?php echo $lang->task->priList[$task->pri];?></td>
<td><span class='<?php echo 'pri' . $lang->task->priList[$task->pri];?>'><?php echo $lang->task->priList[$task->pri]?></span></td>
<td class='nobr'><?php echo html::a($this->createLink('project', 'browse', "projectid=$task->projectID"), $task->projectName);?></th>
<td class='a-left nobr'><?php echo html::a($this->createLink('task', 'view', "taskID=$task->id"), $task->name);?></td>
<td><?php echo $task->estimate;?></td>