X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=roundup%2Ftemplates%2Fextended%2Finterfaces.py;h=7cc9edee4d76a618861be9298eee505424a61bab;hb=1783e3150ef332c30d9ca35794c99ab1f332a214;hp=814c0efab7e46c40df00d161282db398cf2fb179;hpb=e787345b7b8a2a47f55065ec2dee1991bcccbbae;p=roundup.git diff --git a/roundup/templates/extended/interfaces.py b/roundup/templates/extended/interfaces.py index 814c0ef..7cc9ede 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.7 2001-08-02 00:43:06 richard Exp $ import instance_config, urlparse, os from roundup import cgi_client, mailgw @@ -45,18 +45,21 @@ class Client(cgi_client.Client): %s %s -All issues | -Bugs | -Wishlist | -Support | -New Issue | -New Support | -New User +All +Issues, +Support +| Unassigned +Issues, +Support +| Add +Issue, +Support, +User %s My Issues | My Support | -Your Details +My Details '''%(title, style, message, title, self.user, extras, userid, userid, userid)) @@ -70,6 +73,12 @@ class MailGW(mailgw.MailGW): # # $Log: not supported by cvs2svn $ +# Revision 1.6 2001/08/02 00:36:42 richard +# Made all the user-specific link names the same (My Foo) +# +# 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. #