summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3794123)
raw | patch | inline | side by side (parent: 3794123)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 2 Aug 2001 00:36:42 +0000 (00:36 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 2 Aug 2001 00:36:42 +0000 (00:36 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@188 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/templates/extended/interfaces.py | patch | blob | history |
index 814c0efab7e46c40df00d161282db398cf2fb179..ab95cd1f620817d117f8a532bdc08e0f8827791d 100644 (file)
-# $Id: interfaces.py,v 1.5 2001-08-01 05:15:09 richard Exp $
+# $Id: interfaces.py,v 1.6 2001-08-02 00:36:42 richard Exp $
import instance_config, urlparse, os
from roundup import cgi_client, mailgw
<td align=right>
<a href="issue?assignedto=%s&status=unread,deferred,chatting,need-eg,in-progress,testing,done-cbb&:sort=activity&:columns=id,activity,status,title,assignedto&:group=priority">My Issues</a> |
<a href="support?assignedto=%s&status=unread,deferred,chatting,need-eg,in-progress,testing,done-cbb&:sort=activity&:columns=id,activity,status,title,assignedto&:group=customername">My Support</a> |
-<a href="user%s">Your Details</a></td>
+<a href="user%s">My Details</a></td>
</table>
'''%(title, style, message, title, self.user, extras, userid, userid, userid))
#
# $Log: not supported by cvs2svn $
+# Revision 1.5 2001/08/01 05:15:09 richard
+# Added "My Issues" and "My Support" to extended template.
+#
# Revision 1.4 2001/07/30 08:12:17 richard
# Added time logging and file uploading to the templates.
#