From a446cca4e59bb1708e4556a7e5b52dc6a47dc9eb Mon Sep 17 00:00:00 2001 From: Sebastin Santy Date: Fri, 8 Jul 2016 18:40:03 -0400 Subject: Bug 1178040 - Email address change is very difficult to find --- .../en/default/pages/user_profile.html.tmpl | 26 ++++++++++++++-------- 1 file changed, 17 insertions(+), 9 deletions(-) (limited to 'extensions') 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 9cbf80c8a..ef0605725 100644 --- a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl +++ b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl @@ -46,7 +46,8 @@ [% END %] - + [% offset = user.id == target.id ? 2 : 0 %] + [% IF user.gravatar %]
[% IF target.id == user.id %] @@ -59,9 +60,6 @@ Name [% target.name || target.address.user FILTER html %] - [% IF target.id == user.id %] - (change) - [% END %] @@ -73,12 +71,12 @@ [% " (disabled)" UNLESS target.is_enabled %] + +   + + [% END %] - -   - - [%# user.creation_ts is added by the TagNewUsers extension %] [% IF target.can('creation_ts') %] @@ -116,6 +114,17 @@   +[% IF user.id %] + + + + [% IF target.id == user.id %] + + [% END %] + + +[% END %] + [%# request counters provided by the Review extension %] [% IF target.can("review_count") && ( @@ -309,4 +318,3 @@ [% PROCESS global/footer.html.tmpl %] - -- cgit v1.2.3-24-g4f1b