* code for task#790.

* add pager for my-task and user-task page.
This commit is contained in:
chencongzhi520@gmail.com
2012-05-14 03:15:45 +00:00
parent e1a11f234a
commit 8892a241c8
5 changed files with 27 additions and 6 deletions
+1
View File
@@ -40,5 +40,6 @@
<td class='<?php echo $task->status;?>'><?php echo $lang->task->statusList[$task->status];?></td>
<?php endforeach;?>
</tbody>
<tfoot><tr><td colspan='9'><?php $pager->show();?></td></tr></tfoot>
</table>
<?php include '../../common/view/footer.html.php';?>