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
Actions