From 40d80bae28d53965a0abc38ca465c8c986ad0aa3 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 28 Apr 2014 16:34:52 +0800 Subject: Bug 1002375: show if an account is disabled on the user profile --- .../UserProfile/template/en/default/pages/user_profile.html.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'extensions/UserProfile/template/en/default') diff --git a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl index dc5696c88..a8760d96e 100644 --- a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl +++ b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl @@ -68,7 +68,10 @@ [% IF user.id %] Email - [% target.login FILTER html %] + + [% target.login FILTER html %] + [% " (disabled)" UNLESS target.enabled %] + [% END %] -- cgit v1.2.3-24-g4f1b