* 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
+10 -1
View File
@@ -73,7 +73,16 @@
<?php endforeach;?>
</tbody>
<?php if($canBatchClose):?>
<tfoot><tr><td colspan='11'><?php echo html::selectAll() . html::selectReverse() . html::submitButton($lang->close)?></td></tr></tfoot>
<tfoot>
<tr>
<td colspan='11'>
<div class='f-left'><?php echo html::selectAll() . html::selectReverse() . html::submitButton($lang->close)?></div>
<?php $pager->show();?>
</td>
</tr>
</tfoot>
<?php else:?>
<tfoot><tr><td colspan='11'><?php $pager->show();?></td></tr></tfoot>
<?php endif;?>
</table>
<?php if($canBatchClose) echo '</form>';?>