From ecc75ca003d288e701b50479453aa78b64d7b3b6 Mon Sep 17 00:00:00 2001
From: "jocuri%softhome.net" <>
Date: Wed, 20 Oct 2004 03:12:06 +0000
Subject: [PATCH] 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(-)
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 %]
--
2.47.2