From 7db6b82d113bb5a647255fce7075ffa7e794940e Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Wed, 20 Oct 2004 03:11:34 +0000 Subject: Patch for bug 189073: Allow accept as a resolution when changing multiple bugs only if all bugs are opened; r=kiko, a=justdave. --- template/en/default/list/edit-multiple.html.tmpl | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'template/en/default/list/edit-multiple.html.tmpl') diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index 638acbdcc..dec54e4e6 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -249,14 +249,15 @@
[% END %] -[% knum = knum + 1 %] - -
- -[%# If all the bugs being changed are open, allow the user to close them. %] +[%# If all the bugs being changed are open, allow the user to accept them, + clear their resolution or resolve them. %] [% IF !bugstatuses.containsany(closedstates) %] + [% knum = knum + 1 %] + +
+ [% knum = knum + 1 %]
-- cgit v1.2.3-24-g4f1b