diff options
| author | Simon | 2011-04-08 14:04:14 +0200 |
|---|---|---|
| committer | Simon | 2011-04-08 14:04:14 +0200 |
| commit | fa31df79db10ae25413d1001ed6b4434fe13ded4 (patch) | |
| tree | 91b7bac6a08e75ff01388f84e3474c6f3560db02 /application/modules/user/views/scripts | |
| parent | graph nun auch mit mehreren gleihen kindern (diff) | |
| parent | Auch beim hinzufügen von weiteren Rechten nun Checkboxliste (diff) | |
| download | pbs2-fa31df79db10ae25413d1001ed6b4434fe13ded4.tar.gz pbs2-fa31df79db10ae25413d1001ed6b4434fe13ded4.tar.xz pbs2-fa31df79db10ae25413d1001ed6b4434fe13ded4.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/user/views/scripts')
| -rw-r--r-- | application/modules/user/views/scripts/role/show.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/role/show.phtml b/application/modules/user/views/scripts/role/show.phtml index 6769336..8194353 100644 --- a/application/modules/user/views/scripts/role/show.phtml +++ b/application/modules/user/views/scripts/role/show.phtml @@ -33,7 +33,7 @@ if($this->roleID) { <h2>Rights:</h2> <?php if($this->rightsAvailable === true) { - echo $this->formButton('linkright', 'Add Right', array( + echo $this->formButton('linkright', 'Add Rights', array( 'onclick' => 'self.location="/user/role/linkright/roleID/' . $this->role->getID() .'"', 'class' => 'addbutton'))?> <br /> |
