summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products/list.html.tmpl
diff options
context:
space:
mode:
authorghendricks%novell.com <>2009-05-21 01:09:55 +0200
committerghendricks%novell.com <>2009-05-21 01:09:55 +0200
commite39a1db4115cfd721fa65c746e7699e79cda87ae (patch)
treed993a0a28a9d277d37ac5f0173810e3d48f93d7e /template/en/default/admin/products/list.html.tmpl
parente82fe9ae884fa439494a4755cfcc218481ae094d (diff)
downloadbugzilla-e39a1db4115cfd721fa65c746e7699e79cda87ae.tar.gz
bugzilla-e39a1db4115cfd721fa65c746e7699e79cda87ae.tar.xz
Bug 493090 - Product disallownew should be converted to isactive
patch by ghendricks r=mkanat a=mkanat
Diffstat (limited to 'template/en/default/admin/products/list.html.tmpl')
-rw-r--r--template/en/default/admin/products/list.html.tmpl17
1 files changed, 2 insertions, 15 deletions
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