diff options
| author | michael pereira | 2011-04-26 10:59:15 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-26 10:59:15 +0200 |
| commit | cd54d29288e6d4f0085beec47d3dc257774e6659 (patch) | |
| tree | 124480bfe99570c091643960c70b3555e42c75dc /application/modules/user/views | |
| parent | home on usb and draggable bootmenulist (diff) | |
| parent | groupController Redirects && Graph editiert (diff) | |
| download | pbs2-cd54d29288e6d4f0085beec47d3dc257774e6659.tar.gz pbs2-cd54d29288e6d4f0085beec47d3dc257774e6659.tar.xz pbs2-cd54d29288e6d4f0085beec47d3dc257774e6659.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/user/views')
| -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;?> |
