summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/group
diff options
context:
space:
mode:
authorSimon2011-04-12 11:39:33 +0200
committerSimon2011-04-12 11:39:33 +0200
commitb3695b8de6dff1f2047f39dbb55e015c46b045d7 (patch)
treef08ddb1425da4684fbd7e489ac79b8653a0a5453 /application/modules/user/views/scripts/group
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-b3695b8de6dff1f2047f39dbb55e015c46b045d7.tar.gz
pbs2-b3695b8de6dff1f2047f39dbb55e015c46b045d7.tar.xz
pbs2-b3695b8de6dff1f2047f39dbb55e015c46b045d7.zip
Übersicht verbessert
Diffstat (limited to 'application/modules/user/views/scripts/group')
-rw-r--r--application/modules/user/views/scripts/group/showall.phtml5
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
}
?>