summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/users/edit.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-05-14 01:58:26 +0200
committerlpsolit%gmail.com <>2007-05-14 01:58:26 +0200
commitafa011924df93865e9d392843a26ed337e7f6cf8 (patch)
tree1f9f726748a0a9310131b89b2e543a8be2e55713 /template/en/default/admin/users/edit.html.tmpl
parent6976f410c2d5ccc6e932de4cd669813b6ae678c0 (diff)
downloadbugzilla-afa011924df93865e9d392843a26ed337e7f6cf8.tar.gz
bugzilla-afa011924df93865e9d392843a26ed337e7f6cf8.tar.xz
Bug 327077: Implement a way to get all the components with a given default assignee (owner) and/or default QA contact - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=LpSolit
Diffstat (limited to 'template/en/default/admin/users/edit.html.tmpl')
-rw-r--r--template/en/default/admin/users/edit.html.tmpl13
1 files changed, 12 insertions, 1 deletions
diff --git a/template/en/default/admin/users/edit.html.tmpl b/template/en/default/admin/users/edit.html.tmpl
index 5712b6f57..ab7369a23 100644
--- a/template/en/default/admin/users/edit.html.tmpl
+++ b/template/en/default/admin/users/edit.html.tmpl
@@ -30,7 +30,7 @@
[% PROCESS global/header.html.tmpl
title = title
message = message
- style_urls = ['skins/standard/editusers.css']
+ style_urls = ['skins/standard/admin.css', 'skins/standard/editusers.css']
%]
[% PROCESS admin/users/listselectvars.html.tmpl
@@ -96,6 +96,17 @@
</td>
</tr>
[% END %]
+
+ <tr>
+ <th>Product responsibilities:</th>
+ <td>
+ [% IF otheruser.product_responsibilities.size %]
+ [% PROCESS admin/users/responsibilities.html.tmpl otheruser = otheruser %]
+ [% ELSE %]
+ <em>none</em>
+ [% END %]
+ </td>
+ </tr>
</table>
<p>