diff options
| author | Simon | 2011-04-19 14:55:35 +0200 |
|---|---|---|
| committer | Simon | 2011-04-19 14:55:35 +0200 |
| commit | 9c30582ed003d9b2c6f784e6cdabbc59377b8156 (patch) | |
| tree | 61ca565ddc433940d1fac80e2871f2b339850799 /application/modules | |
| parent | Fehlermeldungen geändert (diff) | |
| download | pbs2-9c30582ed003d9b2c6f784e6cdabbc59377b8156.tar.gz pbs2-9c30582ed003d9b2c6f784e6cdabbc59377b8156.tar.xz pbs2-9c30582ed003d9b2c6f784e6cdabbc59377b8156.zip | |
Roleansicht geändert
Diffstat (limited to 'application/modules')
| -rw-r--r-- | application/modules/user/views/scripts/role/index.phtml | 4 |
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(); ?> </div></div> + <div class='title'><?php echo $role->getTitle();?></div> + <div class='subtitle'><?php echo $i." - ";?><?php echo $role->getDescription(); ?> </div></div> <div class='clear'></div> </div> <?php endforeach ?> |
