summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/pool/index.phtml
diff options
context:
space:
mode:
authorSimon2011-03-30 13:13:37 +0200
committerSimon2011-03-30 13:13:37 +0200
commitbe4fb92647714849e5523468691a5a46ae27a30d (patch)
tree4db8a9f59abd8091ce8f06781b1339877e6e16c1 /application/modules/user/views/scripts/pool/index.phtml
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-be4fb92647714849e5523468691a5a46ae27a30d.tar.gz
pbs2-be4fb92647714849e5523468691a5a46ae27a30d.tar.xz
pbs2-be4fb92647714849e5523468691a5a46ae27a30d.zip
Pagination & sortierung in Filter
Diffstat (limited to 'application/modules/user/views/scripts/pool/index.phtml')
-rw-r--r--application/modules/user/views/scripts/pool/index.phtml5
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 >