diff options
Diffstat (limited to 'extensions/UserProfile/template/en/default')
-rw-r--r-- | extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl | 12 |
1 files changed, 12 insertions, 0 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 810a974ec..d690e40df 100644 --- a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl +++ b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl @@ -100,6 +100,18 @@ </td> </tr> +[% IF target.in_group("canconfirm") %] + <tr> + <th>Permissions</th> + <td colspan="2"> + Can confirm [% terms.bugs %] + [% IF target.in_group("editbugs") ~%] + , can edit any [% terms.bug %] + [% END %] + </td> + </tr> +[% END %] + <tr> <td> </td> </tr> |