difficult to use radio and check boxes in admin interface

Bug #266391 reported by Paul Pogonyshev
36
This bug affects 4 people
Affects Status Importance Assigned to Milestone
GNU Mailman
Fix Released
Low
Mark Sapiro

Bug Description

Currently, in admin interface you have to click on right the radio/check
symbol (i.e. on the circle or square), while clicking on text label gives
nothing. This is very simple to change with standard HTML code: instead
of

    <input type="radio"... /> Some text label,

write

    <label><input type="radio"... /> Some text label</label>.

This will not change the appearance, but will make using admin interface
easier.

[http://sourceforge.net/tracker/index.php?func=detail&aid=1671925&group_id=103&atid=100103]

Tags: web-cgi

Related branches

Revision history for this message
Pasi Lallinaho (knome) wrote :

There is a one-line patch for this issue against an older Mailman version in the duplicate bug #558028.

Changed in mailman:
status: New → Confirmed
Revision history for this message
Mark Sapiro (msapiro) wrote :

Although this and two of the duplicates appear to address only the list admin UI, the third duplicate (LP: #558227) addresses the admindb UI. The committed fix addresses both except for the held message action radio buttons in the admindb UI. These weren't addressed in the submitted patch for LP: #558227 either, so I think it's fair to consider all four to be fixed.

Changed in mailman:
assignee: nobody → Mark Sapiro (msapiro)
importance: Medium → Low
milestone: 2.1-stable → 2.1.19
status: Confirmed → Fix Committed
Mark Sapiro (msapiro)
Changed in mailman:
milestone: 2.1.19 → 2.1.19rc1
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.