diff options
| author | Björn Geiger | 2011-04-05 17:36:08 +0200 |
|---|---|---|
| committer | Björn Geiger | 2011-04-05 17:36:08 +0200 |
| commit | 58dfe1b55ef3ead11117e19b4abb84c6b83814c1 (patch) | |
| tree | a6f253d0c939f64628bb87ad280ad6f68b7f9c3f /application/modules/user/views/scripts/group | |
| parent | Merge branch 'master' of ssh://git.openslx.org/lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-58dfe1b55ef3ead11117e19b4abb84c6b83814c1.tar.gz pbs2-58dfe1b55ef3ead11117e19b4abb84c6b83814c1.tar.xz pbs2-58dfe1b55ef3ead11117e19b4abb84c6b83814c1.zip | |
Paging bei Person, Group und Role
Diffstat (limited to 'application/modules/user/views/scripts/group')
| -rw-r--r-- | application/modules/user/views/scripts/group/show.phtml | 1 | ||||
| -rw-r--r-- | application/modules/user/views/scripts/group/showall.phtml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/application/modules/user/views/scripts/group/show.phtml b/application/modules/user/views/scripts/group/show.phtml index 9777b21..12c149f 100644 --- a/application/modules/user/views/scripts/group/show.phtml +++ b/application/modules/user/views/scripts/group/show.phtml @@ -122,6 +122,7 @@ if($this->groupID) { } ?> </table> + <?php echo $this->memberPagination; ?> <?php } } diff --git a/application/modules/user/views/scripts/group/showall.phtml b/application/modules/user/views/scripts/group/showall.phtml index e58e762..34f3e11 100644 --- a/application/modules/user/views/scripts/group/showall.phtml +++ b/application/modules/user/views/scripts/group/showall.phtml @@ -73,6 +73,7 @@ } ?> </table> +<?php echo $this->pagination; ?> <?php echo $this->formButton('linkgroups', 'Link Groups', array( 'onclick' => 'self.location="/user/group/link"', 'class' => 'addbutton')) |
