From: uid623 <> Date: Thu, 8 Jun 2006 04:12:25 +0000 (+0000) Subject: Patch for bug 330804: don't talk about QA if the QA contact parameter is disabled... X-Git-Tag: bugzilla-2.22.1~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce1f62dbb8d4b4b5c92889ebda5bb932cf2686b1;p=thirdparty%2Fbugzilla.git Patch for bug 330804: don't talk about QA if the QA contact parameter is disabled; patch by Vlad Dascalu , r=colin, r=LpSolit, a=myk. --- diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 72b5dbb874..2eac68d804 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1241,8 +1241,12 @@ [% ELSIF error == "user_has_responsibility" %] [% title = "Can't Delete User Account" %] - 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" %]