On Sep 24, 11:04 am, bghost <bggho...@gmail.com> wrote:
> This is generated HTML code that I got after inserting the language
> component within a table cell:
>
> <td><?php include_component('language', 'language') ?></td>
>
> where component 'language' is a component that uses Symfony WEB forms:
> (from Jobeet tutorial):
>
> <form action="/change_language">
>   <input name="symfony" value="25f22a4d2133d1428b9bd2fb7c475162"
> type="hidden">
> </form>
> </td>
> </tr>
> <tr>
>   <th><label for="language">Language</label></th>
>   <td><select name="language" id="language">
> <option value="en" selected="selected">English</option>
> <option value="fr">French</option>
> </select>
>
> This is nightmare for all WEB designers.


The designers I work with agree with what you are saying. They
initially gave me grief for using tables to create a form, and so I
explained to them that the HTML was auto-generated - I was not guilty.
They made clear they didn't like it, and so I started working on a
plugin to generate the CRUD differently.

So, I get the gist of your criticism, but it is one of those things
that can be overridden and changed.



--~--~---------~--~----~------------~-------~--~----~
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