[Python-checkins] r60867 - tracker/instances/jobs/html/page.html

martin.v.loewis python-checkins at python.org
Sat Feb 16 20:14:08 CET 2008


Author: martin.v.loewis
Date: Sat Feb 16 20:14:08 2008
New Revision: 60867

Modified:
   tracker/instances/jobs/html/page.html
Log:
Make "posted" a kind of not_resolved.


Modified: tracker/instances/jobs/html/page.html
==============================================================================
--- tracker/instances/jobs/html/page.html	(original)
+++ tracker/instances/jobs/html/page.html	Sat Feb 16 20:14:08 2008
@@ -22,7 +22,7 @@
 kw_create python:request.user.hasPermission('Create', 'keyword');
 columns string:id,activity,title,creator,status;
 columns_showall string:id,activity,title,creator,assignee,status;
-status_notresolved string:-1,1,3;
+status_notresolved string:-1,1,2,3;
 ">
   <!--  Logo  -->
   <h1 id="logoheader">


More information about the Python-checkins mailing list