From 1268be4f82123a4dc8260f14813d7babb7f5c9f9 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Mon, 29 Jun 2009 22:07:16 +0000 Subject: Using role for admin indicator. Added margin-left. --- actions/groupmembers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/groupmembers.php') diff --git a/actions/groupmembers.php b/actions/groupmembers.php index be7a9e81c..14256526a 100644 --- a/actions/groupmembers.php +++ b/actions/groupmembers.php @@ -172,7 +172,7 @@ class GroupMemberListItem extends ProfileListItem parent::showFullName(); if ($this->profile->isAdmin($this->group)) { $this->out->text(' '); - $this->out->element('span', 'admin_indicator', _('Admin')); + $this->out->element('span', 'role', _('Admin')); } } -- cgit v1.2.3-54-g00ecf