[Python-checkins] r69783 - tracker/instances/python-dev/html/query.edit.html

martin.v.loewis python-checkins at python.org
Thu Feb 19 21:21:17 CET 2009


Author: martin.v.loewis
Date: Thu Feb 19 21:21:17 2009
New Revision: 69783

Log:
Issue #202: Add an "Add" button to the query list to
simplify creation of new named queries.


Modified:
   tracker/instances/python-dev/html/query.edit.html

Modified: tracker/instances/python-dev/html/query.edit.html
==============================================================================
--- tracker/instances/python-dev/html/query.edit.html	(original)
+++ tracker/instances/python-dev/html/query.edit.html	Thu Feb 19 21:21:17 2009
@@ -102,7 +102,13 @@
 </td></tr>
 
 </table>
-
+</form>
+<form method="GET" action="issue">
+   <input type="hidden" name="@template" value="search">
+   <input type="hidden" name="status" value="1">
+   <input type="hidden" name="@ok_message" value="Select your Query parameters and click 'Search' to save.">
+New Query Name: <input type="text" name="@queryname">
+    <input type="submit" value="Add" i18n:attributes="value">
 </form>
 </td>
 </tal:block>


More information about the Python-checkins mailing list