From 740e03663517cf50d12fa2795b883615083ef6f0 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Sun, 20 Nov 2005 07:47:25 +0000 Subject: Bug 315332 fix several bugs in process_bug.cgi when 'strict_isolation' is on Patch by Joel Peshkin r=lpsolit, a=justdave --- template/en/default/global/user-error.html.tmpl | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index ac019b681..be86ae506 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -670,8 +670,19 @@ [% ELSIF error == "invalid_user_group" %] [% title = "Invalid User Group" %] - User '[% user FILTER html %]' is not able to edit the - [% terms.bug %] '[% bug_id FILTER html %]'. + [% IF users.size > 1 %] Users [% ELSE %] User [% END %] + '[% users.join(', ') FILTER html %]' + [% IF users.size > 1 %] are [% ELSE %] is [% END %] + not able to edit the + [% IF product %] + '[% product FILTER html %]' + [% END %] + [%+ field_descs.product FILTER html %] + [% IF bug_id %] + for [% terms.bug %] '[% bug_id FILTER html %]'. + [% ELSE %] + for at least one [% terms.bug %] being changed. + [% END %] [% ELSIF error == "invalid_username" %] [% title = "Invalid Username" %] -- cgit v1.2.3-24-g4f1b