* finish task #1394.

This commit is contained in:
wangyidong
2013-06-20 03:16:07 +00:00
parent fdc7eddce1
commit 782520e7b7
6 changed files with 38 additions and 5 deletions
+1
View File
@@ -24,4 +24,5 @@
<li><?php echo html::a($this->createLink('task', 'view', "taskID=$task->id"), $task->name)?></li>
<?php endforeach;?>
</ul>
<p><?php $pager->show('right', 'short')?></p>
<?php include '../../common/view/m.footer.html.php';?>