From 0df76bb73976409345e1edc011844af8d99a7a47 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Tue, 8 Mar 2005 02:11:36 +0000 Subject: Bug 284262 : Bundle of small editusers.cgi post-checkin fixes Patch by Marc Schumann r=mkanat a=justdave --- template/en/default/admin/users/confirm-delete.html.tmpl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'template/en/default/admin/users/confirm-delete.html.tmpl') diff --git a/template/en/default/admin/users/confirm-delete.html.tmpl b/template/en/default/admin/users/confirm-delete.html.tmpl index ece5de7e0..91b9395b8 100644 --- a/template/en/default/admin/users/confirm-delete.html.tmpl +++ b/template/en/default/admin/users/confirm-delete.html.tmpl @@ -21,8 +21,6 @@ # editusers: is viewing user member of editusers? # editcomponents: is viewing user member of editcomponents? # otheruser: Bugzilla::User object of the viewed user. - # groups: array of Group names the viewed user is a member - # of. # product_responsibilities: list of hashes, one entry per Bugzilla component. # productname: Name of the product. # componentname: Name of the component. @@ -78,8 +76,8 @@ [% IF groups.size %] [% ELSE %] @@ -96,7 +94,7 @@
  • [% andstring = '' %] [% FOREACH responsibility = ['initialowner', 'initialqacontact'] %] - [% IF component.$responsibility == userid %] + [% IF component.$responsibility == otheruser.id %] [% andstring %] [% responsibilityterms.$responsibility %] [% andstring = ' and ' %] [% END %] -- cgit v1.2.3-24-g4f1b