]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 601875: Display the "allow UNCONFIRMED" column when listing products in editprodu...
authorHugo Seabrook <hugo.seabrook@gmail.com>
Sun, 17 Feb 2013 12:14:01 +0000 (13:14 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 17 Feb 2013 12:14:01 +0000 (13:14 +0100)
r/a=LpSolit

template/en/default/admin/products/list.html.tmpl

index a5126afc37a20bf45ff4b7292e07c1348c20866b..0776b677ca3d26389d587067b4ae1124885677b5 100644 (file)
 %]
 
 [% columns = [
-     { 
+     {
        name => "name"
        heading => "Edit product..."
        contentlink => 'editproducts.cgi?action=edit&amp;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 %]