[Mailman-Developers] [ mailman-Patches-670186 ] add <label> tag to radio/checkbox arrays

SourceForge.net noreply at sourceforge.net
Fri Jan 17 23:28:20 EST 2003


Patches item #670186, was opened at 2003-01-18 08:28
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=670186&group_id=103

Category: None
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Benjamin Sonntag (benjaminsonntag)
Assigned to: Nobody/Anonymous (nobody)
Summary: add <label> tag to radio/checkbox arrays

Initial Comment:
as of feature request [ 670171 ] : 

 The <label> tag allow a text to be associated with a
form component.

eg. :

do you like pizza ? <br>
Yes: <input type="radio" name="geek" value="1"><br>
No: <input type="radio" name="geek" value="0"><br>

The problem is that those radiobutton MUST be clicked
precisely, you cannot click on the "yes" or "no" text
associated with the radio button. In fact they are only
graphically associated. Since HTML 2.0, you can
associate a text to a field form. This tag, named
"label" is known by all major browsers (mozilla, ie,
ns...) 

Here is a patch to add <label> tags to radio and
checkbox arrays

it works on mailman-2.1-5.deb (debian sid package)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=670186&group_id=103



More information about the Mailman-Developers mailing list