From 11a0cd743d60b18c1dde5f02c8fde3d590272bec Mon Sep 17 00:00:00 2001 From: Hugo Seabrook Date: Sun, 17 Feb 2013 13:14:01 +0100 Subject: Bug 601875: Display the "allow UNCONFIRMED" column when listing products in editproducts.cgi r/a=LpSolit --- template/en/default/admin/products/list.html.tmpl | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'template/en/default/admin/products') diff --git a/template/en/default/admin/products/list.html.tmpl b/template/en/default/admin/products/list.html.tmpl index a5126afc3..0776b677c 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 %] -- cgit v1.2.3-24-g4f1b