[ mailman-Bugs-1671925 ] difficult to use radio and check boxes in admin interface
SourceForge.net
noreply at sourceforge.net
Thu Mar 1 19:32:57 CET 2007
Bugs item #1671925, was opened at 2007-03-01 20:32
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1671925&group_id=103
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Web/CGI
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Paul Pogonyshev (doublep)
Assigned to: Nobody/Anonymous (nobody)
Summary: difficult to use radio and check boxes in admin interface
Initial Comment:
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.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1671925&group_id=103
More information about the Mailman-coders
mailing list