Roundup Tracker - Issues

Message2798

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

Here is an extraction from my page.html:

   <a tal:define="your_issues python:i18n.gettext('Your
Issues')"
      tal:attributes="href
string:issue?@sort=-activity&@group=priority&@filter=status,assignedto&@columns=${columns}&status=${status_notresolved}&assignedto=${request/user/id}&@dispname=${your_issues}"
  
      tal:content="your_issues">Your Issues</a><br>

(...)

    <a href="#" 
       tal:define="show_ua python:i18n.gettext('Show
Unassigned')"
       tal:attributes="href
string:issue?@sort=-activity&@group=priority&@filter=status,assignedto&@columns=${columns}&status=${status_notresolved}&assignedto=-1&@dispname=${show_ua}"
		   tal:content="show_ua">Show Unassigned</a><br>
    <a href="#"
       tal:define="show_all python:i18n.gettext('Show All')"
			 tal:attributes="href
string:issue?@sort=-activity&@group=priority&@filter=status&@columns=${columns_showall}&status=${status_notresolved}&@dispname=${show_all}"
       tal:content="show_all">Show All</a><br>
History
Date User Action Args
2009-02-03 14:23:06adminlinkissue1424576 messages
2009-02-03 14:23:06admincreate