summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/role
diff options
context:
space:
mode:
authorSimon2011-04-19 14:55:35 +0200
committerSimon2011-04-19 14:55:35 +0200
commit9c30582ed003d9b2c6f784e6cdabbc59377b8156 (patch)
tree61ca565ddc433940d1fac80e2871f2b339850799 /application/modules/user/views/scripts/role
parentFehlermeldungen geändert (diff)
downloadpbs2-9c30582ed003d9b2c6f784e6cdabbc59377b8156.tar.gz
pbs2-9c30582ed003d9b2c6f784e6cdabbc59377b8156.tar.xz
pbs2-9c30582ed003d9b2c6f784e6cdabbc59377b8156.zip
Roleansicht geändert
Diffstat (limited to 'application/modules/user/views/scripts/role')
-rw-r--r--application/modules/user/views/scripts/role/index.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/user/views/scripts/role/index.phtml b/application/modules/user/views/scripts/role/index.phtml
index 580238f..6dc0707 100644
--- a/application/modules/user/views/scripts/role/index.phtml
+++ b/application/modules/user/views/scripts/role/index.phtml
@@ -68,8 +68,8 @@
<?php } ?>
</div>
- <div class='title'><?php echo "[".$i."] ";?><?php echo $role->getTitle();?></div>
- <div class='subtitle'><?php echo $role->getDescription(); ?>&nbsp;</div></div>
+ <div class='title'><?php echo $role->getTitle();?></div>
+ <div class='subtitle'><?php echo $i." - ";?><?php echo $role->getDescription(); ?>&nbsp;</div></div>
<div class='clear'></div>
</div>
<?php endforeach ?>