Mercurial > p > roundup > code
diff roundup/templates/classic/html/issue.search @ 1303:71be6588904f
fixed filtering by id in anydbm
show issue ID in the headings [SF#631598]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 06 Nov 2002 05:39:50 +0000 |
| parents | 2d362e3c6f3a |
| children | e6270d4bfd07 |
line wrap: on
line diff
--- a/roundup/templates/classic/html/issue.search Wed Nov 06 04:24:24 2002 +0000 +++ b/roundup/templates/classic/html/issue.search Wed Nov 06 05:39:50 2002 +0000 @@ -58,8 +58,8 @@ <tr> <th>ID:</th> <td><input name="id"></td> - <td><input type="checkbox" name=":columns" value="title" checked></td> - <td><input type="radio" name=":sort" value="title"></td> + <td><input type="checkbox" name=":columns" value="id" checked></td> + <td><input type="radio" name=":sort" value="id"></td> <td> </td> </tr>
