Commit 11a0cd74 authored by Hugo Seabrook's avatar Hugo Seabrook Committed by Frédéric Buclin

Bug 601875: Display the "allow UNCONFIRMED" column when listing products in editproducts.cgi

r/a=LpSolit
parent c46d2ee2
...@@ -29,21 +29,26 @@ ...@@ -29,21 +29,26 @@
%] %]
[% columns = [ [% columns = [
{ {
name => "name" name => "name"
heading => "Edit product..." heading => "Edit product..."
contentlink => 'editproducts.cgi?action=edit&product=%%name%%' contentlink => 'editproducts.cgi?action=edit&product=%%name%%'
}, },
{ {
name => "description" name => "description"
heading => "Description" heading => "Description"
allow_html_content => 1 allow_html_content => 1
}, },
{ {
name => "is_active" name => "is_active"
heading => "Open For New $terms.Bugs" heading => "Open For New $terms.Bugs"
yesno_field => 1 yesno_field => 1
}, },
{
name => "allows_unconfirmed"
heading => "Allow UNCONFIRMED $terms.Bugs"
yesno_field => 1
},
] %] ] %]
[% IF showbugcounts %] [% IF showbugcounts %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment