]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 319972: Hardcoded state string on product edit page.
authorwurblzap%gmail.com <>
Wed, 14 Dec 2005 04:08:13 +0000 (04:08 +0000)
committerwurblzap%gmail.com <>
Wed, 14 Dec 2005 04:08:13 +0000 (04:08 +0000)
Patch by Marc Schumann <wurblzap@gmail.com>,
r=LpSolit, a=justdave

template/en/default/admin/products/edit-common.html.tmpl

index 2bfabcbf7beedf3a5b1dcff57442b80a8e5e39ed..ec6477287022623496dcbb1a48e518d9f7c9b4d4 100644 (file)
@@ -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 %]">