From 972eed87eba7dafcf50b5cd9c8993735690807d9 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Tue, 3 Jan 2006 06:57:06 +0000 Subject: Bug 313547: When strict_isolation is set, don't allow inappropriate users on new bugs Patch by Joel Peshkin r=lpsolit, a=justdave --- template/en/default/global/user-error.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 4ff86c34a..edacda0e1 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -685,6 +685,8 @@ [%+ field_descs.product FILTER html %] [% IF bug_id %] for [% terms.bug %] '[% bug_id FILTER html %]'. + [% ELSIF new %] + and may not be included on a new [% terms.bug %]. [% ELSE %] for at least one [% terms.bug %] being changed. [% END %] -- cgit v1.2.3-24-g4f1b