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 #1

Updated by Christian Buelter almost 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 #2

Updated by Susanne Moog over 13 years ago

trunk rev 9170

Actions #3

Updated by Susanne Moog about 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF