summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authoruid623 <>2006-06-08 06:13:10 +0200
committeruid623 <>2006-06-08 06:13:10 +0200
commit8d96ebd87d22623cad7d729decd7c1183b0b50d5 (patch)
tree67cfc095bf88b3f468714431c81b0a03c9a7fc55 /template
parente93e7d5558b5d96e326695bf05dd6fcdd652b453 (diff)
downloadbugzilla-8d96ebd87d22623cad7d729decd7c1183b0b50d5.tar.gz
bugzilla-8d96ebd87d22623cad7d729decd7c1183b0b50d5.tar.xz
Patch for bug 330804: don't talk about QA if the QA contact parameter is disabled; patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin, r=LpSolit, a=myk.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl8
1 files changed, 6 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index b36a9dd2a..49375de0e 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1331,8 +1331,12 @@
[% ELSIF error == "user_has_responsibility" %]
[% title = "Can't Delete User Account" %]
[% admindocslinks = {'useradmin.html' => 'User administration'} %]
- The user you want to delete is set up for roles as default [% terms.bug %]
- assignee or QA contact for at least one component.
+ The user you want to delete is set up as the default [% terms.bug %]
+ assignee
+ [% IF Param('useqacontact') %]
+ or QA contact
+ [% END %]
+ for at least one component.
For this reason, you cannot delete the account at this time.
[% ELSIF error == "user_login_required" %]