label for radio input is gone (since 2.12.0)
-
Hey there,
since v.2.12.0 in the form generated by [ALO-EASYMAIL-PAGE] the structure was changed from
<table>
<tr>
<td><input onchange=”alo_em_user_form("yes");return false;” type=”radio” checked=”checked” name=”alo_easymail_option” value=”yes” class=”input-radio” id=”alo-yes”>
<label for=”alo-yes”></label>
</td>
<td>
TEXT for YES here
</td>
</tr>
</table>to
<table>
<tr>
<td><input onchange=”alo_em_user_form("yes");return false;” type=”radio” checked=”checked” name=”alo_easymail_option” value=”yes” class=”input-radio” id=”alo-yes”>
…nothing here…
</td>
<td>
TEXT for YES here
</td>
</tr>
</table>This <label> element feels pretty standard and is important though for several styling options and checkbox-hacks. Could you please re-introduce it?
- The topic ‘label for radio input is gone (since 2.12.0)’ is closed to new replies.