[Mailman-Users] Patch to add "go to archives" to admin page

Dan Mick Dan.Mick at west.sun.com
Mon Aug 7 07:23:20 CEST 2000


Someone asked for this yesterday or today, and it turned out to be really easy
to add.  (It's possible you can't use this directly as a patch, but if so,
just cut and paste the new line in...)

Index: admin.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Cgi/admin.py,v
retrieving revision 1.73
diff -u -r1.73 admin.py
--- admin.py    2000/08/02 01:30:35     1.73
+++ admin.py    2000/08/05 06:41:57
@@ -243,6 +243,7 @@
                             'Go to the general list information page.'))
     otherlinks.AddItem(Link(mlist.GetScriptURL('edithtml'),
                             'Edit the HTML for the public list pages.'))
+    otherlinks.AddItem(Link(mlist.GetBaseArchiveURL(), 'Go to list archives.'))
     otherlinks.AddItem(Link('%s/logout' % adminurl,
                             # TBD: What I really want is a blank line :/
                             '<FONT SIZE="+1">Logout</FONT>'))




More information about the Mailman-Users mailing list