[mhonarc] Drop the broken private mailing lists search button until we find a fix to it.
- From: Andrea Veri <av src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mhonarc] Drop the broken private mailing lists search button until we find a fix to it.
- Date: Fri, 19 Jul 2013 09:43:07 +0000 (UTC)
commit 8aa60119a124d07b776c45f7a4335ef2180fcc5f
Author: Andrea Veri <av gnome org>
Date: Fri Jul 19 11:42:00 2013 +0200
Drop the broken private mailing lists search button until we find a fix to it.
archive.py | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/archive.py b/archive.py
index ca8fa96..9079c9c 100755
--- a/archive.py
+++ b/archive.py
@@ -363,17 +363,6 @@ class Archiver:
<a href="https://mail.gnome.org/mailman/listinfo/{listname}">More info on this list...</a>
</p>'''.format(listname=listname))
- if private:
- fp.write('''
-<form method="get" action="/mailman/private/{listname}/search">
-<p>
-Search:
-<input type="text" name="query" size="40">
-<input type="submit" name="submit" value="Search!">
-<a href="/mailman/private/{listname}/search">[More...]</a>
-</p>
-</form>'''.format(listname=listname))
-
# Reshow general info
fp.write(get_mailinglist_info(listname))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]