diff --git a/application/views/scripts/group/show.phtml b/application/views/scripts/group/show.phtml index 9848b12da..460e56d90 100644 --- a/application/views/scripts/group/show.phtml +++ b/application/views/scripts/group/show.phtml @@ -28,8 +28,8 @@ if ($this->hasPermission('config/authentication/groups/edit') && $backend instan compact): ?> -

escape($group->group_name); ?>

- +

escape($group->group_name) ?>

+
@@ -70,7 +70,7 @@ $firstRow = true; foreach ($members as $member): ?> -
translate('Created at'); ?> created_at === null ? '-' : $this->formatDateTime($group->created_at); ?>
+
@@ -99,7 +99,7 @@ foreach ($members as $member): ?> -
translate('Username'); ?> + getElement('user_name')->setValue($member->user_name); echo $removeForm; ?>