From c35ccee11375353eed5254e79a3f86fa8cabc6dd Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 2 Aug 2001 00:43:06 +0000 Subject: [PATCH] Even better (more useful) headings git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@189 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/templates/extended/interfaces.py | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/roundup/templates/extended/interfaces.py b/roundup/templates/extended/interfaces.py index ab95cd1..7cc9ede 100644 --- a/roundup/templates/extended/interfaces.py +++ b/roundup/templates/extended/interfaces.py @@ -1,4 +1,4 @@ -# $Id: interfaces.py,v 1.6 2001-08-02 00:36:42 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,13 +45,16 @@ 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 | @@ -70,6 +73,9 @@ 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. # -- 2.30.2