From: jocuri%softhome.net <> Date: Wed, 20 Oct 2004 03:11:34 +0000 (+0000) Subject: Patch for bug 189073: Allow accept as a resolution when changing multiple bugs only... X-Git-Tag: bugzilla-2.19.1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7db6b82d113bb5a647255fce7075ffa7e794940e;p=thirdparty%2Fbugzilla.git Patch for bug 189073: Allow accept as a resolution when changing multiple bugs only if all bugs are opened; r=kiko, a=justdave. --- diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index 638acbdcc4..dec54e4e6e 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 %]