File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
roundup/templates/classic/html Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ are given with the most recent entry first.
1919 whichever is longer
2020- documented dependency on Active State (sf bug 623959)
2121- ensured there's no zero-length files in source (sf bug 633622)
22+ - added ID to the search page (sf bug 631601)
2223
2324
24252002-10-16 0.5.1
Original file line number Diff line number Diff line change 5555 <td><input type="radio" name=":group" value="topic"></td>
5656</tr>
5757
58+ <tr>
59+ <th>ID:</th>
60+ <td><input name="id"></td>
61+ <td><input type="checkbox" name=":columns" value="title" checked></td>
62+ <td><input type="radio" name=":sort" value="title"></td>
63+ <td> </td>
64+ </tr>
65+
5866<tr>
5967 <th>Created:</th>
6068 <td><input name="activity"></td>
You can’t perform that action at this time.
0 commit comments