From e39a1db4115cfd721fa65c746e7699e79cda87ae Mon Sep 17 00:00:00 2001 From: "ghendricks%novell.com" <> Date: Wed, 20 May 2009 23:09:55 +0000 Subject: Bug 493090 - Product disallownew should be converted to isactive patch by ghendricks r=mkanat a=mkanat --- template/en/default/admin/products/list.html.tmpl | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'template/en/default/admin/products/list.html.tmpl') diff --git a/template/en/default/admin/products/list.html.tmpl b/template/en/default/admin/products/list.html.tmpl index b82a6a5b0..6fd5240af 100644 --- a/template/en/default/admin/products/list.html.tmpl +++ b/template/en/default/admin/products/list.html.tmpl @@ -60,8 +60,9 @@ allow_html_content => 1 }, { - name => "disallow_new" + name => "is_active" heading => "Open For New $terms.Bugs" + yesno_field => 1 }, { name => "votesperuser" @@ -99,20 +100,6 @@ }) %] -[% overrides.disallow_new = [ { - match_value => "1" - match_field => 'disallow_new' - override_content => 1 - content => "No" - }, - { - match_value => 0 - match_field => 'disallow_new' - override_content => 1 - content => "Yes" - }] -%] - [% PROCESS admin/table.html.tmpl columns = columns data = products -- cgit v1.2.3-24-g4f1b