diff options
author | Tiago Mello <timello@gmail.com> | 2011-09-12 23:44:25 -0300 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2011-09-12 23:44:25 -0300 |
commit | a4d8243c692870d55bc5353b74e132381588bc0c (patch) | |
tree | 8d11139c4ad7e80569a37fcd9432b41edd8e85f3 /template | |
parent | 63c780370a5fe56ae0aba39fb5924322985c8474 (diff) | |
download | bugs-a4d8243c692870d55bc5353b74e132381588bc0c.tar bugs-a4d8243c692870d55bc5353b74e132381588bc0c.tar.gz bugs-a4d8243c692870d55bc5353b74e132381588bc0c.tar.bz2 bugs-a4d8243c692870d55bc5353b74e132381588bc0c.tar.xz bugs-a4d8243c692870d55bc5353b74e132381588bc0c.zip |
Bug 685316: Change Simple Search template to use field_descs for Status
Product.
r/a=mkanat
Diffstat (limited to 'template')
-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"> |