diff options
| author | Simon | 2011-03-30 13:13:37 +0200 |
|---|---|---|
| committer | Simon | 2011-03-30 13:13:37 +0200 |
| commit | be4fb92647714849e5523468691a5a46ae27a30d (patch) | |
| tree | 4db8a9f59abd8091ce8f06781b1339877e6e16c1 /application/modules/user/views/scripts/pool | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-be4fb92647714849e5523468691a5a46ae27a30d.tar.gz pbs2-be4fb92647714849e5523468691a5a46ae27a30d.tar.xz pbs2-be4fb92647714849e5523468691a5a46ae27a30d.zip | |
Pagination & sortierung in Filter
Diffstat (limited to 'application/modules/user/views/scripts/pool')
| -rw-r--r-- | application/modules/user/views/scripts/pool/index.phtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/application/modules/user/views/scripts/pool/index.phtml b/application/modules/user/views/scripts/pool/index.phtml index 2890768..7e6e400 100644 --- a/application/modules/user/views/scripts/pool/index.phtml +++ b/application/modules/user/views/scripts/pool/index.phtml @@ -89,8 +89,9 @@ </tr> <?php endif;?> <?php endforeach ?> - </table> - + </table> + <?php echo $this->pagination; ?> + <?php if (isset($this->freeclients) && count($this->freeclients)>0): ?> <h2>Free clients</h2> <table > |
