summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl7
1 files changed, 6 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 3c84add04..fa6cc56b3 100644
--- a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl
+++ b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl
@@ -53,7 +53,12 @@
[% END %]
</td>
<th>Name</th>
- <td colspan="2">[% target.name FILTER html %]</td>
+ <td colspan="2">
+ [% target.name FILTER html %]
+ [% IF target.id == user.id %]
+ <span style="font-size: x-small;">(<a href="userprefs.cgi?tab=account">change</a>)</span>
+ [% END %]
+ </td>
</tr>
[% IF user.id %]