diff options
Diffstat (limited to 'extensions/UserProfile/template/en/default')
-rw-r--r-- | extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl | 5 |
1 files changed, 4 insertions, 1 deletions
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 %] <tr> <th>Email</th> - <td colspan="2"><a href="mailto:[% target.login FILTER uri %]">[% target.login FILTER html %]</a></td> + <td colspan="2"> + <a href="mailto:[% target.login FILTER uri %]">[% target.login FILTER html %]</a> + [% " (disabled)" UNLESS target.enabled %] + </td> </tr> [% END %] |