summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/role/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/views/scripts/role/index.phtml')
-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(