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/updated.html.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'template/en/default/admin/products/updated.html.tmpl') 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 @@

[% product.description FILTER html_light %]

[% END %] -[% IF changes.disallownew.defined %] +[% IF changes.isactive.defined %]

Product is now - [% IF product.disallow_new %] - closed to + [% IF product.is_active %] + open for [% ELSE %] - open for + closed to [% END %] new [% terms.bugs %].

-- cgit v1.2.3-24-g4f1b