From: jocuri%softhome.net <>
Date: Wed, 20 Oct 2004 03:12:06 +0000 (+0000)
Subject: Patch for bug 189073: Allow accept as a resolution when changing multiple bugs only...
X-Git-Tag: bugzilla-2.18rc3~17
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecc75ca003d288e701b50479453aa78b64d7b3b6;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 1d72f4f511..441177c383 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 %]