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

erik.forsberg python-checkins at python.org
Sun Dec 10 12:34:29 CET 2006


Author: erik.forsberg
Date: Sun Dec 10 12:34:18 2006
New Revision: 52989

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

* Enable search for versions.


Modified: tracker/instances/python-dev/html/issue.index.html
==============================================================================
--- tracker/instances/python-dev/html/issue.index.html	(original)
+++ tracker/instances/python-dev/html/issue.index.html	Sun Dec 10 12:34:18 2006
@@ -29,7 +29,8 @@
    <th tal:condition="request/show/activity" i18n:translate="">Activity</th>
    <th tal:condition="request/show/actor" i18n:translate="">Actor</th>
    <th tal:condition="request/show/title" i18n:translate="">Title</th>
-   <th tal:condition="request/show/components" i18n:translate="">Components</th>
+   <th tal:condition="request/show/components"  i18n:translate="">Components</th>
+   <th tal:condition="request/show/versions" i18n:translate="">Versions</th>
    <th tal:condition="request/show/status"    i18n:translate="">Status</th>
    <th tal:condition="request/show/resolution" i18n:translate="">Resolution</th>
    <th tal:condition="request/show/creator" i18n:translate="">Creator</th>
@@ -61,6 +62,8 @@
    </td>
    <td tal:condition="request/show/components"
        tal:content="python:i.components.plain() or default">&nbsp;</td>
+   <td tal:condition="request/show/versions"
+       tal:content="python:i.versions.plain() or default">&nbsp;</td>
    <td tal:condition="request/show/status"
        tal:content="python:i.status.plain() or default">&nbsp;</td>
    <td tal:condition="request/show/resolution"

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	Sun Dec 10 12:34:18 2006
@@ -128,7 +128,7 @@
   <td metal:use-macro="group_input"></td>
 </tr>
 
-<tr tal:define="name string:version;
+<tr tal:define="name string:versions;
                 db_klass string:version;
                 db_content string:name;">
   <th i18n:translate="">Versions:</th>


More information about the Python-checkins mailing list