diff options
| author | michael pereira | 2011-04-07 16:30:23 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-07 16:30:23 +0200 |
| commit | d6c915089ddf3da5f8dc887ffd401f7c488cd175 (patch) | |
| tree | d0b1ea9f3d4f816bf5aaecf28264628ed466e9c9 /application/modules/user/views/scripts/person | |
| parent | ACL gefixt (diff) | |
| parent | pfeile in allen übersichten hinzugefügt, script ausgelagert (diff) | |
| download | pbs2-d6c915089ddf3da5f8dc887ffd401f7c488cd175.tar.gz pbs2-d6c915089ddf3da5f8dc887ffd401f7c488cd175.tar.xz pbs2-d6c915089ddf3da5f8dc887ffd401f7c488cd175.zip | |
acl merge
Diffstat (limited to 'application/modules/user/views/scripts/person')
| -rw-r--r-- | application/modules/user/views/scripts/person/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/person/index.phtml b/application/modules/user/views/scripts/person/index.phtml index 7505954..a4d3a3d 100644 --- a/application/modules/user/views/scripts/person/index.phtml +++ b/application/modules/user/views/scripts/person/index.phtml @@ -30,7 +30,7 @@ if(isset($this->groups)) { <?php $class=''; if($group['membershipID'] == $this->userIDsNamespace['membershipID']) - $class= 'highlight'; + $class= 'highlight checked'; ?> <div class='element<?php echo " $class";?>'> <div class='content'> |
