Actions
Feature #16209
closedadditional wrap for mailform.radio
Start date:
2006-06-01
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Now the mailform generate by radio such code
<fieldset>
<legend>...</legend>
<input...><label>...</label>
<input...><label>...</label>
<input...><label>...</label>
<input...><label>...</label>
</fieldset>
But it is not posible to wrap the each <input...><label>...</label>. So I don't can get this code:
<fieldset>
<legend>...</legend>
<div ....><input...><label>...</label></div>
<div ....><input...><label>...</label></div>
is it posible to apply such wrap?
(issue imported from #M3613)
Files
Updated by Christian Buelter over 14 years ago
Susanne, could you post a reminder in the core list? I'd like to review this, but the entry in core list is too old, it does not appear in my newsreader ... :-)
Actions