Mercurial > p > roundup > code
diff roundup/templates/classic/html/home @ 1197:7d1b69122133
cleanups to classic templates
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 24 Sep 2002 02:00:39 +0000 |
| parents | a95428868bf4 |
| children | b862bbf2067a |
line wrap: on
line diff
--- a/roundup/templates/classic/html/home Tue Sep 24 02:00:09 2002 +0000 +++ b/roundup/templates/classic/html/home Tue Sep 24 02:00:39 2002 +0000 @@ -6,6 +6,6 @@ --> <span tal:replace="structure python:db.issue.renderWith('index', sort=('-', 'activity'), group=('+', 'priority'), filter=['status'], - columns=['id','activity','topic','title','creator','assignedto', 'status'], + columns=['id','activity','title','creator','assignedto', 'status'], filterspec={'status':['-1','1','2','3','4','5','6','7']})" />
