Project

General

Profile

Actions

Feature #16209

closed

additional wrap for mailform.radio

Added by Juraj Sulek almost 18 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Content Rendering
Target version:
-
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

3613_additionalWrapForForm.patch (1.63 KB) 3613_additionalWrapForForm.patch Administrator Admin, 2009-05-13 17:13
Actions

Also available in: Atom PDF