[Python-checkins] r69780 - tracker/instances/python-dev/html/issue.search.html

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


Author: martin.v.loewis
Date: Thu Feb 19 21:03:11 2009
New Revision: 69780

Log:
Issue #239: Add searching for stage.


Modified:
   tracker/instances/python-dev/html/issue.search.html

Modified: tracker/instances/python-dev/html/issue.search.html
==============================================================================
--- tracker/instances/python-dev/html/issue.search.html	(original)
+++ tracker/instances/python-dev/html/issue.search.html	Thu Feb 19 21:03:11 2009
@@ -57,6 +57,19 @@
   <td metal:use-macro="sort_input"></td>
   <td>&nbsp;</td>
 </tr>
+<tr tal:define="name string:stage;
+    db_klass string:stage;
+    db_content string:name;">
+    <th i18n:translate="">Stage:</th>
+    <td metal:use-macro="search_select_translated">
+        <option metal:fill-slot="extra_options" value="-1" i18n:translate=""
+            tal:attributes="selected python:value == '-1'">not selected</option>
+    </td>
+    <td metal:use-macro="column_input"></td>
+    <td metal:use-macro="sort_input"></td>
+    <td metal:use-macro="group_input"></td>
+    <td>&nbsp;</td>
+</tr>
 
 <tr tal:define="name string:creation">
   <th i18n:translate="">Creation Date:</th>


More information about the Python-checkins mailing list