summaryrefslogtreecommitdiffstats
path: root/application/modules/user
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user')
-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 ?>