summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts
diff options
context:
space:
mode:
authorSimon2011-04-08 14:04:14 +0200
committerSimon2011-04-08 14:04:14 +0200
commitfa31df79db10ae25413d1001ed6b4434fe13ded4 (patch)
tree91b7bac6a08e75ff01388f84e3474c6f3560db02 /application/modules/user/views/scripts
parentgraph nun auch mit mehreren gleihen kindern (diff)
parentAuch beim hinzufügen von weiteren Rechten nun Checkboxliste (diff)
downloadpbs2-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.phtml2
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 />