diff options
| author | michael pereira | 2011-03-30 13:17:55 +0200 |
|---|---|---|
| committer | michael pereira | 2011-03-30 13:17:55 +0200 |
| commit | 0345ce59cf877538eaa30cc76ad597287e18be59 (patch) | |
| tree | 51ba16d887488ae5b10a985f315d6efa085f284c /application/modules/user/views/scripts | |
| parent | findBy Methode angepasst (diff) | |
| parent | Pagination & sortierung in Filter (diff) | |
| download | pbs2-0345ce59cf877538eaa30cc76ad597287e18be59.tar.gz pbs2-0345ce59cf877538eaa30cc76ad597287e18be59.tar.xz pbs2-0345ce59cf877538eaa30cc76ad597287e18be59.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/user/views/scripts')
| -rw-r--r-- | application/modules/user/views/scripts/client/index.phtml | 2 | ||||
| -rw-r--r-- | application/modules/user/views/scripts/pool/index.phtml | 5 |
2 files changed, 4 insertions, 3 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;?> 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 > |
