summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/client
diff options
context:
space:
mode:
authorSimon2011-03-30 12:48:08 +0200
committerSimon2011-03-30 12:48:08 +0200
commitd4ceeed0570fb10d95adeb115cbe127461bda1db (patch)
treea99b3e76c509905696031a33f7a0926010f4877f /application/modules/user/views/scripts/client
parentvorbereitung für pagination (diff)
downloadpbs2-d4ceeed0570fb10d95adeb115cbe127461bda1db.tar.gz
pbs2-d4ceeed0570fb10d95adeb115cbe127461bda1db.tar.xz
pbs2-d4ceeed0570fb10d95adeb115cbe127461bda1db.zip
Pagination in clients
Diffstat (limited to 'application/modules/user/views/scripts/client')
-rw-r--r--application/modules/user/views/scripts/client/index.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/client/index.phtml b/application/modules/user/views/scripts/client/index.phtml
index dd791ad..dd7aad2 100644
--- a/application/modules/user/views/scripts/client/index.phtml
+++ b/application/modules/user/views/scripts/client/index.phtml
@@ -36,7 +36,7 @@
</tr>
<?php endforeach ?>
</table>
-
+ <?php echo $this->pagination; ?>
<?php else: ?>
<p>There are no clients to display.</p>
<?php endif;?>