summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorwurblzap%gmail.com <>2005-12-14 05:08:13 +0100
committerwurblzap%gmail.com <>2005-12-14 05:08:13 +0100
commita11b3fae7c4496fe725a026907966d4f13218527 (patch)
treec277f19f9f6205b9732aa80530e6209f64471653 /template
parent80d6208e79656bacaecfd1f9683dcc978ea967cc (diff)
downloadbugzilla-a11b3fae7c4496fe725a026907966d4f13218527.tar.gz
bugzilla-a11b3fae7c4496fe725a026907966d4f13218527.tar.xz
Bug 319972: Hardcoded state string on product edit page.
Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/products/edit-common.html.tmpl5
1 files changed, 4 insertions, 1 deletions
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') %]
<tr>
<th align="right"><b>Classification:</b></th>
@@ -91,7 +93,8 @@
<th align="right">
Number of votes [% terms.abug %] in this product needs to
automatically get out of the
- <a href="page.cgi?id=fields.html#status">UNCONFIRMED</a> state:
+ <a href="page.cgi?id=fields.html#status">[% status_descs.UNCONFIRMED FILTER html %]</a>
+ state:
</th>
<td><input size="5" maxlength="5" name="votestoconfirm"
value="[% product.votestoconfirm FILTER html %]">