comparison roundup/templates/classic/html/home @ 1006:2a71acd81308

tweaks, and include status on default index pages
author Richard Jones <richard@users.sourceforge.net>
date Mon, 02 Sep 2002 06:20:51 +0000
parents 1798d2fa9fec
children d6c13142e7b9
comparison
equal deleted inserted replaced
1005:efa19bdad6c3 1006:2a71acd81308
5 whatever. It's a good idea to have the issues on the front page though 5 whatever. It's a good idea to have the issues on the front page though
6 --> 6 -->
7 <span tal:replace="structure python:db.issue.renderWith('index', 7 <span tal:replace="structure python:db.issue.renderWith('index',
8 sort=('-', 'activity'), group=('+', 'priority'), filter=['status'], 8 sort=('-', 'activity'), group=('+', 'priority'), filter=['status'],
9 columns={'id':1,'activity':1,'title':1,'creator':1,'assignedto':1, 9 columns={'id':1,'activity':1,'title':1,'creator':1,'assignedto':1,
10 'priority':1}, 10 'status':1},
11 filterspec={'status':['-1','1','2','3','4','5','6','7']})" /> 11 filterspec={'status':['-1','1','2','3','4','5','6','7']})" />
12 12

Roundup Issue Tracker: http://roundup-tracker.org/