[Python-checkins] r59303 - tracker/instances/python-dev/html/page.html

erik.forsberg python-checkins at python.org
Mon Dec 3 21:21:54 CET 2007


Author: erik.forsberg
Date: Mon Dec  3 21:21:54 2007
New Revision: 59303

Modified:
   tracker/instances/python-dev/html/page.html
Log:
Fix issue170 for 'show all' and 'show unassigned' as well.


Modified: tracker/instances/python-dev/html/page.html
==============================================================================
--- tracker/instances/python-dev/html/page.html	(original)
+++ tracker/instances/python-dev/html/page.html	Mon Dec  3 21:21:54 2007
@@ -81,6 +81,7 @@
       '@search_text': '',
       'status': status_notresolved,
       '@dispname': i18n.gettext('Show All'),
+      '@startwith': 0,
      })"
        i18n:translate="">Show Open</a></li>
     <li><a href="#"
@@ -93,6 +94,7 @@
       'status': status_notresolved,
       'assignee': '-1',
       '@dispname': i18n.gettext('Show Unassigned'),
+      '@startwith': 0,
      })"
        i18n:translate="">Show Unassigned</a></li>
         <li>


More information about the Python-checkins mailing list