From 60720d6c4768e932e33d49ef3bbee91c13dc81aa Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 28 Mar 2006 06:25:38 +0000 Subject: Bug 92515: Implement the ability to change the resolution of a bug without reopening it - Patch by Frédéric Buclin r=wicked a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/bug/knob.html.tmpl | 54 ++++++++++++++++--------- template/en/default/global/user-error.html.tmpl | 5 --- 2 files changed, 35 insertions(+), 24 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl index c76251ae9..9f9e73f41 100644 --- a/template/en/default/bug/knob.html.tmpl +++ b/template/en/default/bug/knob.html.tmpl @@ -72,24 +72,9 @@ Resolve [% terms.bug %], changing resolution to - -
- [% knum = knum + 1 %] - - - - -
- [% knum = knum + 1 %] + [% PROCESS select_resolution %] + + [% PROCESS duplicate %] [% IF bug.user.canedit %] @@ -135,6 +120,14 @@ [% ELSE %] [% IF bug.resolution != "MOVED" || (bug.resolution == "MOVED" && bug.user.canmove) %] + + + [% PROCESS select_resolution %] + + [% PROCESS duplicate %] +