Code

fixed form elements names in search form to allow grouping and sorting
authorkedder <kedder@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 9 Jan 2003 09:40:19 +0000 (09:40 +0000)
committerkedder <kedder@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 9 Jan 2003 09:40:19 +0000 (09:40 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1427 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt
roundup/templates/classic/html/issue.search

index 9a6ec697e120d644a478fb93e0aea0a02f818765..03a906413e5ea6612288259b30400325eec660fb 100644 (file)
@@ -15,7 +15,8 @@ are given with the most recent entry first.
 - handle :add: better in cgi form parsing (sf bug 663235)
 - handle all-whitespace multilink values in forms (sf bug 663855)
 - fixed searching on date / interval fields (sf bug 658157)
-
+- fixed form elements names in search form to allow grouping and sorting 
+  on "creation" field
 
 2002-12-11 0.5.3
 - added mention of how to give users multiple Roles
index da34b9b960cc6d6b4280273dc7d5e615aff61a39..4f9112d9bbc1911dff74d05398e58af60f997be6 100644 (file)
 </tr>
 
 <tr>
- <th>Created:</th>
- <td><input name="activity"></td>
- <td><input type="checkbox" name=":columns" value="created"></td>
- <td><input type="radio" name=":sort" value="created"></td>
- <td><input type="radio" name=":group" value="created"></td>
+ <th>Creation date:</th>
+ <td><input name="creation"></td>
+ <td><input type="checkbox" name=":columns" value="creation"></td>
+ <td><input type="radio" name=":sort" value="creation"></td>
+ <td><input type="radio" name=":group" value="creation"></td>
 </tr>
 
 <tr>