Commit a4d8243c authored by Tiago Mello's avatar Tiago Mello

Bug 685316: Change Simple Search template to use field_descs for Status

Product. r/a=mkanat
parent 63c78037
...@@ -46,7 +46,7 @@ for "crash secure SSL flash". ...@@ -46,7 +46,7 @@ for "crash secure SSL flash".
<table summary="Search fields" class="bz_simple_search_form"> <table summary="Search fields" class="bz_simple_search_form">
<tr> <tr>
<th> <th>
<label for="bug_status">Status:</label> <label for="bug_status">[% field_descs.bug_status FILTER html %]:</label>
</th> </th>
<td> <td>
<select name="bug_status" id="bug_status"> <select name="bug_status" id="bug_status">
...@@ -64,7 +64,7 @@ for "crash secure SSL flash". ...@@ -64,7 +64,7 @@ for "crash secure SSL flash".
</tr> </tr>
<tr> <tr>
<th> <th>
<label for="product">Product:</label> <label for="product">[% field_descs.product FILTER html %]:</label>
</th> </th>
<td> <td>
<select name="product" id="product"> <select name="product" id="product">
......
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