From 2fbf3dbfbef58d41c9f29e56861eabf7a69488e1 Mon Sep 17 00:00:00 2001
From: bwarsaw
Date: Thu, 2 Aug 2001 04:11:29 +0000
Subject: show_results(): Ousmane Wilane noticed a missing i18n markup. Also,
include the `linktable' at the bottom of the page too. Not too pretty
but it should avoid most scrollbar ping-ponging.
---
Mailman/Cgi/admin.py | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/Mailman/Cgi/admin.py b/Mailman/Cgi/admin.py
index 4c4f4959e..9035fcba9 100644
--- a/Mailman/Cgi/admin.py
+++ b/Mailman/Cgi/admin.py
@@ -376,7 +376,7 @@ def show_results(mlist, doc, category, category_suffix, cgidata):
if mm_cfg.OWNERS_CAN_DELETE_THEIR_OWN_LISTS:
otherlinks.AddItem(Link(mlist.GetScriptURL('rmlist'),
_('Delete this mailing list')).Format() +
- ' (requires confirmation)
')
+ _(' (requires confirmation)
'))
otherlinks.AddItem(Link('%s/logout' % adminurl,
# BAW: What I really want is a blank line, but
# adding an won't do it because of the
@@ -447,8 +447,10 @@ def show_results(mlist, doc, category, category_suffix, cgidata):
if category == 'general':
form.AddItem(Center(password_inputs()))
- form.AddItem("
") + form.AddItem('
') form.AddItem(Center(submit_button())) + form.AddItem('