difficult to use radio and check boxes in admin interface
Bug #266391 reported by
Paul Pogonyshev
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://
Related branches
Changed in mailman: | |
milestone: | 2.1.19 → 2.1.19rc1 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
There is a one-line patch for this issue against an older Mailman version in the duplicate bug #558028.