From afb151f60dc0bfa2d42f5b20dcdbc84e86653e8d Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 2 Aug 2001 00:36:42 +0000 Subject: [PATCH] Made all the user-specific link names the same (My Foo) git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@188 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/templates/extended/interfaces.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/roundup/templates/extended/interfaces.py b/roundup/templates/extended/interfaces.py index 814c0ef..ab95cd1 100644 --- a/roundup/templates/extended/interfaces.py +++ b/roundup/templates/extended/interfaces.py @@ -1,4 +1,4 @@ -# $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 @@ -56,7 +56,7 @@ class Client(cgi_client.Client): My Issues | My Support | -Your Details +My Details '''%(title, style, message, title, self.user, extras, userid, userid, userid)) @@ -70,6 +70,9 @@ class MailGW(mailgw.MailGW): # # $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. # -- 2.30.2