Zbigniew Szalbot wrote:
>
>Where do I look to change Mailman layout (I know where to change 
>individual lists) but not sure where are files for 
>domian.tld/mailman/listinfo located.


The listinfo overview page is built on the fly by
Mailman/Cgi/listinfo.py. The admin(db) pages are built the same way by
Mailman/Cgi/admin(db).py.

The "best" way to add css or similar things to these pages is to modify
the Format() method of the Document() class in Mailman/htmlformat.py.

If you really want to add, subtract or rearrange things on these pages,
you have to modify the Mailman/Cgi/* modules that generate them.

-- 
Mark Sapiro <[EMAIL PROTECTED]>        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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to