Update of /cvsroot/mailman/mailman/Mailman/Gui
In directory usw-pr-cvs1:/tmp/cvs-serv17893/Mailman/Gui
Modified Files:
General.py
Log Message:
GetConfigInfo(): The comment says it all...
# The description for new_member_options includes a kludge where
# we add a hidden field so that even when all the checkboxes are
# deselected, the form data will still have a new_member_options
# key (it will always be a list). Otherwise, we'd never be able
# to tell if all were deselected!
Index: General.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Gui/General.py,v
retrieving revision 2.12
retrieving revision 2.13
diff -C2 -d -r2.12 -r2.13
*** General.py 16 Mar 2002 07:11:32 -0000 2.12
--- General.py 28 Mar 2002 06:36:55 -0000 2.13
***************
*** 326,330 ****
('new_member_options', mm_cfg.Checkbox,
(opttext, optvals, 0, OPTIONS),
! 0, _('''Default options for new members joining this list.'''),
_("""When a new member is subscribed to this list, their initial
--- 326,336 ----
('new_member_options', mm_cfg.Checkbox,
(opttext, optvals, 0, OPTIONS),
! # The description for new_member_options includes a kludge where
! # we add a hidden field so that even when all the checkboxes are
! # deselected, the form data will still have a new_member_options
! # key (it will always be a list). Otherwise, we'd never be able
! # to tell if all were deselected!
! 0, _('''Default options for new members joining this list.<input
! type="hidden" name="new_member_options" value="ignore">'''),
_("""When a new member is subscribed to this list, their initial
_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins