diff --git a/root/css/admin.css b/root/css/admin.css index 40b13bf..98e04bb 100644 --- a/root/css/admin.css +++ b/root/css/admin.css @@ -60,6 +60,10 @@ a:hover { text-decoration: none; } +a.red { + color: red !important; +} + .content .ui-sortable { cursor: move; } diff --git a/root/tt/account_detail.tt b/root/tt/account_detail.tt index a9a039f..52701e8 100644 --- a/root/tt/account_detail.tt +++ b/root/tt/account_detail.tt @@ -209,9 +209,12 @@ [% FOREACH subscriber = account.subscribers %]
  • - [% IF subscriber.subscriber_id %] + [% IF subscriber.status == "active" %] [% subscriber.username %]@[% subscriber.domain %] + [% ELSIF subscriber.status == "locked" %] + + [% subscriber.username %]@[% subscriber.domain %] [% ELSE %] [% subscriber.username %]@[% subscriber.domain %] [% END %]