[Mailman-Users] [Patch itself]
Bernhard Reiter
breiter at ffii.org
Sat May 22 04:12:56 CEST 1999
Of course I forgot to attach the patch, to the last mail. Sorry.
Bernhard
-------------- next part --------------
--- mailman-1.0rc1/Mailman/Cgi/admin.py.org Sat May 22 03:15:38 1999
+++ mailman-1.0rc1/Mailman/Cgi/admin.py Sat May 22 03:40:29 1999
@@ -426,7 +426,10 @@
# XXX I don't think we want to be able to set options from two places,
# since they'll go out of sync.
#form.AddItem(Center(FormatPasswordStuff()))
+ # hey, but inform the user:
doc.AddItem(Center(form))
+ doc.AddItem("(<em><strong>Don't change the option here!</strong>\n" +
+ "Use the main options page.</em>)" )
def GetItemCharacteristics(table_entry):
"""Break out the components of an item description from its table entry:
@@ -489,7 +492,8 @@
ref = "../" * (Utils.GetNestingLevel()-1) + list_name + "/"
ref = ref + '?VARHELP=' + category + "/" + varname
descr = Container(descr,
- Link(ref, " (Details)", target="MMHelp"),
+ #Link(ref, " (Details)", target="MMHelp"),
+ Link(ref, " (Details)"),
"</div>")
else:
descr = descr + "</div>"
More information about the Mailman-Users
mailing list