[Python-checkins] r59644 - tracker/instances/python-dev/html/issue.search.html
martin.v.loewis
python-checkins at python.org
Tue Jan 1 16:47:42 CET 2008
Author: martin.v.loewis
Date: Tue Jan 1 16:47:42 2008
New Revision: 59644
Modified:
tracker/instances/python-dev/html/issue.search.html
Log:
Add nosy list entry field. Fixes #145.
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 Tue Jan 1 16:47:42 2008
@@ -100,6 +100,14 @@
<td> </td>
</tr>
+<tr tal:define="name string:nosy">
+ <th i18n:translate="">Nosy list member:</th>
+ <td metal:use-macro="search_input"></td>
+ <td metal:use-macro="column_input"></td>
+ <td metal:use-macro="sort_input"></td>
+ <td> </td>
+</tr>
+
<tr tal:define="name string:type;
db_klass string:issue_type;
db_content string:name;">
More information about the Python-checkins
mailing list