[TYPO3-core] RFC #3613: additional wrap for FORM radio buttons

Susanne Moog typo3 at susannemoog.de
Mon Oct 18 22:03:01 CEST 2010


Thought I'd try it again with this one, where was I? A:

Reminder #5 ;)

Attached patch against current trunk.


On 13.05.2009 11:36, Susanne Moog wrote:
> Hi.
> 
> This is an SVN patch request.
> 
> Type: Feature
> 
> BT Reference: http://bugs.typo3.org/view.php?id=3613
> 
> Branch: trunk
> 
> Problem (copy paste from bugtracker):
> Now the mailform generates by radio such code:
> <fieldset>
> <legend>...</legend>
> <input...><label>...</label>
> <input...><label>...</label>
> <input...><label>...</label>
> <input...><label>...</label>
> </fieldset>
> 
> But it is not possible 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 possible to apply such wrap?
> 
> Solution:
> Add a new wrap "radioInputWrap" with stdWrap features.
> 
> 
> Regards,
> 
> Susanne
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3613_v2.diff
Type: text/x-diff
Size: 1792 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20101018/829f7613/attachment.diff>


More information about the TYPO3-team-core mailing list