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/person | |
| 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/person')
3 files changed, 6 insertions, 2 deletions
diff --git a/application/modules/user/views/scripts/person/index.phtml b/application/modules/user/views/scripts/person/index.phtml index 715bd95..824e7fb 100644 --- a/application/modules/user/views/scripts/person/index.phtml +++ b/application/modules/user/views/scripts/person/index.phtml @@ -61,7 +61,8 @@ if(isset($this->groups)) { } ?> </table> - <?php if($this->groupRequestRight === true) echo $this->formButton('addtogroup', 'Add to additional + <?php echo $this->pagination; + if($this->groupRequestRight === true) echo $this->formButton('addtogroup', 'Add to additional Groups', array( 'onclick' => 'self.location="/user/person/request/"', 'class' => 'addbutton')); diff --git a/application/modules/user/views/scripts/person/show.phtml b/application/modules/user/views/scripts/person/show.phtml index a380b3c..be973b9 100644 --- a/application/modules/user/views/scripts/person/show.phtml +++ b/application/modules/user/views/scripts/person/show.phtml @@ -41,7 +41,7 @@ if(isset($this->groups)) { } ?> </table> - <?php + <?php echo $this->pagination; } ?> <br /> diff --git a/application/modules/user/views/scripts/person/showall.phtml b/application/modules/user/views/scripts/person/showall.phtml index 68e9e7c..d605f70 100644 --- a/application/modules/user/views/scripts/person/showall.phtml +++ b/application/modules/user/views/scripts/person/showall.phtml @@ -115,3 +115,6 @@ } ?> </table> + <?php echo $this->pagination; ?> +<br /> +<br /> |
