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