diff options
| author | Simon | 2011-04-25 19:20:24 +0200 |
|---|---|---|
| committer | Simon | 2011-04-25 19:20:24 +0200 |
| commit | 9589f87e6f9f9d4b6b80aed33d978c7d0964bb3a (patch) | |
| tree | 1a6750d9df279415008551079c5924a7d5394230 /application/modules/user/views/scripts/group | |
| parent | graphsize limited (diff) | |
| download | pbs2-9589f87e6f9f9d4b6b80aed33d978c7d0964bb3a.tar.gz pbs2-9589f87e6f9f9d4b6b80aed33d978c7d0964bb3a.tar.xz pbs2-9589f87e6f9f9d4b6b80aed33d978c7d0964bb3a.zip | |
groupController Redirects && Graph editiert
Diffstat (limited to 'application/modules/user/views/scripts/group')
| -rw-r--r-- | application/modules/user/views/scripts/group/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/group/index.phtml b/application/modules/user/views/scripts/group/index.phtml index e987ae6..54beeb8 100644 --- a/application/modules/user/views/scripts/group/index.phtml +++ b/application/modules/user/views/scripts/group/index.phtml @@ -3,7 +3,7 @@ <?php echo $this->searchform; ?> <?php if(Pbs_Acl::checkRight('gc')):?> <?php echo $this->formButton('addgroup', 'Add Group', array( - 'onclick' => 'self.location="/user/group/add"', + 'onclick' => 'self.location="/user/group/add/page/'.$this->page.'"', 'class' => 'addbutton')) ?> <?php endif;?> |
