summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views
diff options
context:
space:
mode:
authorBjörn Geiger2011-03-29 16:13:53 +0200
committerBjörn Geiger2011-03-29 16:13:53 +0200
commite2c0be1afbcd7035036abf495d308298a92e1551 (patch)
treed1ba44e170c116b20366f8bba952ab59c20bdaf3 /application/modules/user/views
parentMerge branch 'master' of ssh://git.openslx.org/lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-e2c0be1afbcd7035036abf495d308298a92e1551.tar.gz
pbs2-e2c0be1afbcd7035036abf495d308298a92e1551.tar.xz
pbs2-e2c0be1afbcd7035036abf495d308298a92e1551.zip
aktive Rolle wird angezeigt
Diffstat (limited to 'application/modules/user/views')
-rw-r--r--application/modules/user/views/scripts/role/index.phtml5
1 files changed, 3 insertions, 2 deletions
diff --git a/application/modules/user/views/scripts/role/index.phtml b/application/modules/user/views/scripts/role/index.phtml
index 7255db6..db20aa2 100644
--- a/application/modules/user/views/scripts/role/index.phtml
+++ b/application/modules/user/views/scripts/role/index.phtml
@@ -1,5 +1,5 @@
<?php
-if($this->groupID) {
+if($this->userIDsNamespace['groupID']) {
?>
<h1>Roles</h1>
<?php echo $this->formButton('addrole', 'Add Role', array(
@@ -14,7 +14,8 @@ if($this->groupID) {
$count = 0;
foreach($this->roleList as $role) {
?>
- <tr class="entry">
+ <tr
+ <?php if($role['roleID'] == $this->userIDsNamespace['roleID']) echo 'class="selectedEntry"'; else echo 'class="entry"'; ?>>
<td><?php echo $role['title'] ?></td>
<td class='action'><a
href="<?php echo $this->url(