summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products/updated.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/updated.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/updated.html.tmpl')
-rw-r--r--template/en/default/admin/products/updated.html.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/admin/products/updated.html.tmpl b/template/en/default/admin/products/updated.html.tmpl
index b04fa4663..f0e00f853 100644
--- a/template/en/default/admin/products/updated.html.tmpl
+++ b/template/en/default/admin/products/updated.html.tmpl
@@ -55,13 +55,13 @@
<p style="margin: 1em 3em 1em 3em">[% product.description FILTER html_light %]</p>
[% END %]
-[% IF changes.disallownew.defined %]
+[% IF changes.isactive.defined %]
<p>
Product is now
- [% IF product.disallow_new %]
- closed to
+ [% IF product.is_active %]
+ open for
[% ELSE %]
- open for
+ closed to
[% END %]
new [% terms.bugs %].
</p>