summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/group
diff options
context:
space:
mode:
authorBjörn Geiger2011-04-05 17:36:08 +0200
committerBjörn Geiger2011-04-05 17:36:08 +0200
commit58dfe1b55ef3ead11117e19b4abb84c6b83814c1 (patch)
treea6f253d0c939f64628bb87ad280ad6f68b7f9c3f /application/modules/user/views/scripts/group
parentMerge branch 'master' of ssh://git.openslx.org/lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-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.phtml1
-rw-r--r--application/modules/user/views/scripts/group/showall.phtml1
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'))