diff options
author | lpsolit%gmail.com <> | 2007-04-11 00:33:10 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-04-11 00:33:10 +0200 |
commit | edcc538e961a21c18566bf71fea02c0ef5bbd256 (patch) | |
tree | 95e8a888d9fbbba60eb6e0774dfcfcf6c87866f4 /template/en/default/admin | |
parent | 8918a55e52c9badc177a791a4e70b1033c6615b7 (diff) | |
download | bugzilla-edcc538e961a21c18566bf71fea02c0ef5bbd256.tar.gz bugzilla-edcc538e961a21c18566bf71fea02c0ef5bbd256.tar.xz |
Bug 377026: Replace all occurences of status_descs.FOO by get_status("FOO") (next step in supporting custom bug statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/products/edit-common.html.tmpl | 2 |
1 files changed, 1 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 1a1ecab3f..4c90601cf 100644 --- a/template/en/default/admin/products/edit-common.html.tmpl +++ b/template/en/default/admin/products/edit-common.html.tmpl @@ -107,7 +107,7 @@ <td> Enter the number of votes [% terms.abug %] in this product needs to automatically get out of the - <a href="page.cgi?id=fields.html#status">[% status_descs.UNCONFIRMED FILTER html %]</a> + <a href="page.cgi?id=fields.html#status">[% get_status("UNCONFIRMED") FILTER html %]</a> state.<br> <input size="5" maxlength="5" name="votestoconfirm" value="[% product.votestoconfirm FILTER html %]"> |