------------------------------------------------------------
revno: 1100
committer: Mark Sapiro <[email protected]>
branch nick: 2.2
timestamp: Sat 2010-03-06 13:47:47 -0800
message:
Reordered the 'cancel' and 'subscribe' buttons on the subscription
confirmation web page so the default action upon 'enter' will be the
subscribe button in browsers that pick the first button. Bug #530654.
modified:
Mailman/Cgi/confirm.py
NEWS
--
lp:mailman/2.2
https://code.launchpad.net/~mailman-coders/mailman/2.2
Your team Mailman Checkins is subscribed to branch lp:mailman/2.2.
To unsubscribe from this branch go to
https://code.launchpad.net/~mailman-coders/mailman/2.2/+edit-subscription.
=== modified file 'Mailman/Cgi/confirm.py'
--- Mailman/Cgi/confirm.py 2009-12-04 01:06:11 +0000
+++ Mailman/Cgi/confirm.py 2010-03-06 21:47:47 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2009 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2010 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -301,8 +301,8 @@
table.AddRow([Hidden('cookie', cookie)])
table.AddCellInfo(table.GetCurrentRowIndex(), 0, colspan=2)
table.AddRow([
- Label(SubmitButton('cancel', _('Cancel my subscription request'))),
- SubmitButton('submit', _('Subscribe to list %(listname)s'))
+ Label(SubmitButton('submit', _('Subscribe to list %(listname)s'))),
+ SubmitButton('cancel', _('Cancel my subscription request'))
])
form.AddItem(table)
doc.AddItem(form)
=== modified file 'NEWS'
--- NEWS 2010-03-06 21:04:54 +0000
+++ NEWS 2010-03-06 21:47:47 +0000
@@ -83,6 +83,10 @@
Bug Fixes and other patches
+ - Reordered the 'cancel' and 'subscribe' buttons on the subscription
+ confirmation web page so the default action upon 'enter' will be the
+ subscribe button in browsers that pick the first button. Bug #530654.
+
- Fixed a bug in the admindb interface that could apply a moderator
action to a message not displayed. Bug #533468.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org