diff options
author | Tiago Mello <timello@gmail.com> | 2011-09-13 04:47:52 +0200 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2011-09-13 04:47:52 +0200 |
commit | 6fa9b5eafed50fe693238c83a04797e2042e27cb (patch) | |
tree | b90d9bc8430b1a2f75ff320ea011bdb7b283c060 /template/en | |
parent | ff2d5c5c47b6390288808c78405556b3bdd10c61 (diff) | |
download | bugzilla-6fa9b5eafed50fe693238c83a04797e2042e27cb.tar.gz bugzilla-6fa9b5eafed50fe693238c83a04797e2042e27cb.tar.xz |
Bug 685316: Change Simple Search template to use field_descs for Status
Product.
r/a=mkanat
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/search/search-specific.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/search/search-specific.html.tmpl b/template/en/default/search/search-specific.html.tmpl index 1d7229cf7..31d950ec5 100644 --- a/template/en/default/search/search-specific.html.tmpl +++ b/template/en/default/search/search-specific.html.tmpl @@ -46,7 +46,7 @@ for "crash secure SSL flash". <table summary="Search fields" class="bz_simple_search_form"> <tr> <th> - <label for="bug_status">Status:</label> + <label for="bug_status">[% field_descs.bug_status FILTER html %]:</label> </th> <td> <select name="bug_status" id="bug_status"> @@ -64,7 +64,7 @@ for "crash secure SSL flash". </tr> <tr> <th> - <label for="product">Product:</label> + <label for="product">[% field_descs.product FILTER html %]:</label> </th> <td> <select name="product" id="product"> |