* code for task#790.
* add pager for my-task and user-task page.
This commit is contained in:
@@ -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>';?>
|
||||
|
||||
Reference in New Issue
Block a user