From: Hugo Seabrook Date: Sun, 17 Feb 2013 12:14:01 +0000 (+0100) Subject: Bug 601875: Display the "allow UNCONFIRMED" column when listing products in editprodu... X-Git-Tag: bugzilla-4.5.1~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11a0cd743d60b18c1dde5f02c8fde3d590272bec;p=thirdparty%2Fbugzilla.git Bug 601875: Display the "allow UNCONFIRMED" column when listing products in editproducts.cgi r/a=LpSolit --- diff --git a/template/en/default/admin/products/list.html.tmpl b/template/en/default/admin/products/list.html.tmpl index a5126afc37..0776b677ca 100644 --- a/template/en/default/admin/products/list.html.tmpl +++ b/template/en/default/admin/products/list.html.tmpl @@ -29,21 +29,26 @@ %] [% columns = [ - { + { name => "name" heading => "Edit product..." contentlink => 'editproducts.cgi?action=edit&product=%%name%%' }, - { + { name => "description" heading => "Description" allow_html_content => 1 }, - { + { name => "is_active" heading => "Open For New $terms.Bugs" yesno_field => 1 }, + { + name => "allows_unconfirmed" + heading => "Allow UNCONFIRMED $terms.Bugs" + yesno_field => 1 + }, ] %] [% IF showbugcounts %]