diff options
Diffstat (limited to 'application/modules/user/views/scripts/group/showall.phtml')
| -rw-r--r-- | application/modules/user/views/scripts/group/showall.phtml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/group/showall.phtml b/application/modules/user/views/scripts/group/showall.phtml index 5e53f87..2e376b3 100644 --- a/application/modules/user/views/scripts/group/showall.phtml +++ b/application/modules/user/views/scripts/group/showall.phtml @@ -21,7 +21,10 @@ $class= 'highlight checked'; ?> <div class='element<?php echo " $class";?>'><?php if($group->getID() != $this->userIDsNamespace['groupID']) { ?> -<div class='number'><?php echo $k+1; ?></div> +<div class='number'> + <div class='smallnumber'>Group</div> + <?php echo $k+1; ?> +</div> <?php } ?> |
