Yes possible!
 if you only few module where you want to have that CSS, you only to
override the _list_td_tabular.php partial built by the admin generator
(if you use the tabular layout !). You look in the cache directory:
<your_symfony_root>/cache/<your_env>/modules/<your_module>/templates/
and you copy the _list_td_tabular.php partial to the template
directory of your module. Then, you can change the class of each <TD>
as you want.
if you want to every modules to have this CSS, and you have many many
different modules, and you dont want to copy_paste the partial, you
have to create a new theme for your admin generator and modify the
template of template of the same partial (more in the symfony book,
chap 14).

Hope it helps

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