diff options
| author | Simon | 2011-04-11 12:19:28 +0200 |
|---|---|---|
| committer | Simon | 2011-04-11 12:19:28 +0200 |
| commit | 4ab3be484d93b93f17b30753b69a53b691b2a4fb (patch) | |
| tree | 9cb334ec2610f703d5530f5dc74e7352f210c29e /application/modules/user/views/scripts | |
| parent | kleine anpassungen (diff) | |
| download | pbs2-4ab3be484d93b93f17b30753b69a53b691b2a4fb.tar.gz pbs2-4ab3be484d93b93f17b30753b69a53b691b2a4fb.tar.xz pbs2-4ab3be484d93b93f17b30753b69a53b691b2a4fb.zip | |
Recht um als neu registrierter Benutzer Gruppen beizutreten
Diffstat (limited to 'application/modules/user/views/scripts')
| -rw-r--r-- | application/modules/user/views/scripts/person/index.phtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/application/modules/user/views/scripts/person/index.phtml b/application/modules/user/views/scripts/person/index.phtml index 7c6fc8d..c285ece 100644 --- a/application/modules/user/views/scripts/person/index.phtml +++ b/application/modules/user/views/scripts/person/index.phtml @@ -47,11 +47,12 @@ $class= 'highlight checked'; </div> <?php endforeach ?></div> <?php echo $this->pagination; - if($this->groupRequestRight === true) echo $this->formButton('addtogroup', 'Add to additional + +} +if($this->groupRequestRight === true) echo $this->formButton('addtogroup', 'Add to additional Groups', array( 'onclick' => 'self.location="/user/person/request/"', 'class' => 'addbutton')); -} ?> <br /> <br /> |
