What about something like
ul.radio_list li {display: inline}

On 10 kvě, 15:41, Javier Garcia <tirengar...@gmail.com> wrote:
> On Mar 29, 3:09 pm, Massimiliano Arione <garak...@gmail.com> wrote:
>
> > You jsut need to customize your css, forcing your li's as inline.
> > No need to modify your template or your formatter.
>
> I'd like to force the li's as inline as you say, but the generated
> li's don't have the 'id' attribute defined.
>
> For example, this line <li><?php echo $form['sexo']->renderLabel() ?></
> li>
>
> generates this:
>
> <li>
>
> <label for="usuario_sexo">Sexo</label>
>
> <ul class="radio_list">
>
> <li>   <!-- this li doesn't have any id-->
>
> <input type="radio" checked="checked" id="usuario_sexo_0" value="0"
> name="usuario[sexo]">&nbsp;<label for="usuario_sexo_0">Chico</label>
>
> </li>
>
> <li>  <!-- this li doesn't have any id-->
>
> <input type="radio" id="usuario_sexo_1" value="1"
> name="usuario[sexo]">&nbsp;<label for="usuario_sexo_1">Chica</label>
>
> </li>
>
> </ul>
>
> </li>
>
> Javi
>
> --
>
> Symfony 1.3
>
> --
> If you want to report a vulnerability issue on symfony, please send it to 
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group 
> athttp://groups.google.com/group/symfony-users?hl=en

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to