Skip to content

Commit 9549a72

Browse files
author
Richard Jones
committed
Made all the user-specific link names the same (My Foo)
1 parent 8aa39ad commit 9549a72

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

roundup/templates/extended/interfaces.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: interfaces.py,v 1.5 2001-08-01 05:15:09 richard Exp $
1+
# $Id: interfaces.py,v 1.6 2001-08-02 00:36:42 richard Exp $
22

33
import instance_config, urlparse, os
44
from roundup import cgi_client, mailgw
@@ -56,7 +56,7 @@ def pagehead(self, title, message=None):
5656
<td align=right>
5757
<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> |
5858
<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> |
59-
<a href="user%s">Your Details</a></td>
59+
<a href="user%s">My Details</a></td>
6060
</table>
6161
'''%(title, style, message, title, self.user, extras, userid, userid, userid))
6262

@@ -70,6 +70,9 @@ class MailGW(mailgw.MailGW):
7070

7171
#
7272
# $Log: not supported by cvs2svn $
73+
# Revision 1.5 2001/08/01 05:15:09 richard
74+
# Added "My Issues" and "My Support" to extended template.
75+
#
7376
# Revision 1.4 2001/07/30 08:12:17 richard
7477
# Added time logging and file uploading to the templates.
7578
#

0 commit comments

Comments
 (0)