diff options
| author | Björn Geiger | 2011-04-08 13:20:06 +0200 |
|---|---|---|
| committer | Björn Geiger | 2011-04-08 13:20:06 +0200 |
| commit | fb9e5f028899f8205541fe86d7eb9c5e12c4a5ad (patch) | |
| tree | bd1864cd6dcd4668ba9131b04bf6490ef9e803b3 /application/modules/user/views/scripts/role | |
| parent | highlight in Bootmenu gefixt und das default-Bootmenu bekomtm kein Link zum s... (diff) | |
| download | pbs2-fb9e5f028899f8205541fe86d7eb9c5e12c4a5ad.tar.gz pbs2-fb9e5f028899f8205541fe86d7eb9c5e12c4a5ad.tar.xz pbs2-fb9e5f028899f8205541fe86d7eb9c5e12c4a5ad.zip | |
Auch beim hinzufügen von weiteren Rechten nun Checkboxliste
Diffstat (limited to 'application/modules/user/views/scripts/role')
| -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 /> |
