------------------------------------------------------------
revno: 1228
committer: Mark Sapiro <[email protected]>
branch nick: 2.1
timestamp: Sat 2010-03-06 13:44:34 -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.1
https://code.launchpad.net/~mailman-coders/mailman/2.1

Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription.
=== modified file 'Mailman/Cgi/confirm.py'
--- Mailman/Cgi/confirm.py	2009-12-04 01:05:21 +0000
+++ Mailman/Cgi/confirm.py	2010-03-06 21:44:34 +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
@@ -300,8 +300,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:03:24 +0000
+++ NEWS	2010-03-06 21:44:34 +0000
@@ -13,6 +13,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

Reply via email to