From 1a9927c0c012c6c2dcc82552d0e397c992599754 Mon Sep 17 00:00:00 2001 From: "ghendricks%novell.com" <> Date: Mon, 1 Jun 2009 14:43:12 +0000 Subject: Bug 494628 - Crash when trying to file a bug in a closed product r=LpSolit patch by ghendricks@novell.com --- template/en/default/admin/components/confirm-delete.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/admin/components') diff --git a/template/en/default/admin/components/confirm-delete.html.tmpl b/template/en/default/admin/components/confirm-delete.html.tmpl index 53bba1e35..d0a1385f1 100644 --- a/template/en/default/admin/components/confirm-delete.html.tmpl +++ b/template/en/default/admin/components/confirm-delete.html.tmpl @@ -82,8 +82,8 @@ from '[% product.name FILTER html %]' product - Closed for [% terms.bugs %]: - [% IF product.disallow_new %]Yes[% ELSE %]No[% END %] + Open for [% terms.bugs %]: + [% IF product.is_active %]Yes[% ELSE %]No[% END %] [% terms.Bugs %]: -- cgit v1.2.3-24-g4f1b