From d06db94e9793766ba8b67fcf6602f6d87bd624d4 Mon Sep 17 00:00:00 2001 From: "guy.pyrzak%gmail.com" <> Date: Thu, 10 Apr 2008 21:33:15 +0000 Subject: Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal + [% IF bug.user.canmove %] + + [% END %] + [% ELSE %]
Note @@ -357,9 +363,9 @@ : + [% PROCESS select selname => "component" %] @@ -404,14 +410,7 @@ Status: - - [% get_status(bug.bug_status) FILTER html %]   - [% get_resolution(bug.resolution) FILTER html %] - - [% IF bug.resolution == "DUPLICATE" %] - of [% terms.bug %] [%+ "${bug.dup_id}" FILTER bug_link(bug.dup_id) FILTER none %] - [% END %] - + [% PROCESS bug/knob.html.tmpl %] [%###############################################################%] @@ -422,24 +421,20 @@ : - - - [% PROCESS select selname => "priority" %] - [% PROCESS select selname = "bug_severity" %] - [% IF bug.use_votes %] - - [% END %] - -
- [% IF bug.votes %] - with - - [% bug.votes %] vote[%IF bug.votes > 1 %]s[% END %] - . - [% END %] - (vote) -
+ [% PROCESS select selname => "priority" no_td=>1 %] + [% PROCESS select selname = "bug_severity" no_td=>1 %] + [% IF bug.use_votes %] + + [% IF bug.votes %] + with + + [% bug.votes %] vote[%IF bug.votes > 1 %]s[% END %] + . + [% END %] + (vote) + + [% END %] -- cgit v1.2.3-24-g4f1b