On 05/30/2013 08:55 PM, Janice Boothe wrote: > I am writing some custom mailman pages top fit the theme of my site. I am > stumped on setting up a custom confirm.html page. Please advise how I do > this.
I'm not sure what you mean by confirm.html. If you mean the results of going to a URL like <http://www.example.com/mailman/confirm/list_name/some_string>, those results are all built on the fly by the Mailman/Cgi/confirm.py script. There is a very limited control of color. See the section "Web UI defaults" in Mailman/Defaults.py for documentation. Beyond that any customization has to be done in the confirm.py module itself or in methods in Mailman/htmlformat.py. Note that it is fairly simple to add a reference to a css style sheet to the Document.Format() method. See <http://mail.python.org/pipermail/mailman-users/2008-March/060881.html>. -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org