diff options
| author | Simon | 2011-03-30 12:48:08 +0200 |
|---|---|---|
| committer | Simon | 2011-03-30 12:48:08 +0200 |
| commit | d4ceeed0570fb10d95adeb115cbe127461bda1db (patch) | |
| tree | a99b3e76c509905696031a33f7a0926010f4877f /application/modules/user/views | |
| parent | vorbereitung für pagination (diff) | |
| download | pbs2-d4ceeed0570fb10d95adeb115cbe127461bda1db.tar.gz pbs2-d4ceeed0570fb10d95adeb115cbe127461bda1db.tar.xz pbs2-d4ceeed0570fb10d95adeb115cbe127461bda1db.zip | |
Pagination in clients
Diffstat (limited to 'application/modules/user/views')
| -rw-r--r-- | application/modules/user/views/scripts/client/index.phtml | 2 |
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;?> |
