Commit a11b3fae authored by wurblzap%gmail.com's avatar wurblzap%gmail.com

Bug 319972: Hardcoded state string on product edit page.

Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
parent 80d6208e
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
# classification: Bugzilla::Classifiation object; classification product is in. # classification: Bugzilla::Classifiation object; classification product is in.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% IF Param('useclassification') %] [% IF Param('useclassification') %]
<tr> <tr>
<th align="right"><b>Classification:</b></th> <th align="right"><b>Classification:</b></th>
...@@ -91,7 +93,8 @@ ...@@ -91,7 +93,8 @@
<th align="right"> <th align="right">
Number of votes [% terms.abug %] in this product needs to Number of votes [% terms.abug %] in this product needs to
automatically get out of the 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> </th>
<td><input size="5" maxlength="5" name="votestoconfirm" <td><input size="5" maxlength="5" name="votestoconfirm"
value="[% product.votestoconfirm FILTER html %]"> value="[% product.votestoconfirm FILTER html %]">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment