Roundup Tracker - Issues

Message2799

Author tobias-herp
Recipients
Date 2006-03-04.00:59:33
Message-id
In-reply-to
Logged In: YES 
user_id=805804

I forgot to mention, the following modification to <table
class="body"> is needed to make my solution work:

<table class="body" tal:define="columns
string:id,activity,title,creator,status;
columns_showall
string:title,creation,reporter_s,status,topic,deadline;
status_notresolved string:-1,1,2,3,4,5,6,7">

This allows to customise the fields of interest etc. in a
central place and reuse it for the several links.
History
Date User Action Args
2009-02-03 14:23:06adminlinkissue1424576 messages
2009-02-03 14:23:06admincreate