From a11b3fae7c4496fe725a026907966d4f13218527 Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Wed, 14 Dec 2005 04:08:13 +0000 Subject: Bug 319972: Hardcoded state string on product edit page. Patch by Marc Schumann , r=LpSolit, a=justdave --- template/en/default/admin/products/edit-common.html.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/admin/products/edit-common.html.tmpl b/template/en/default/admin/products/edit-common.html.tmpl index 2bfabcbf7..ec6477287 100644 --- a/template/en/default/admin/products/edit-common.html.tmpl +++ b/template/en/default/admin/products/edit-common.html.tmpl @@ -22,6 +22,8 @@ # classification: Bugzilla::Classifiation object; classification product is in. #%] +[% PROCESS "global/field-descs.none.tmpl" %] + [% IF Param('useclassification') %] Classification: @@ -91,7 +93,8 @@ Number of votes [% terms.abug %] in this product needs to automatically get out of the - UNCONFIRMED state: + [% status_descs.UNCONFIRMED FILTER html %] + state: -- cgit v1.2.3-24-g4f1b