[symfony-users] doctrine admin generator: custom label and icon in object_actions

2009-08-12 Thread silvio.cimino
Good suggestion! The linkToObjectactionname solution is also useful to customize the javascript message ("Are you sure?") with i18n support (I sent another post with this request). Even though I hoped to find a generic solution useful for all modules, instead of a "per-module" implementation.

[symfony-users] doctrine admin generator: custom label and icon in object_actions

2009-08-10 Thread silvio.cimino
I also tried the i18n support, but no success. Besides, when I set a string with only one blank space (“ “) no icons are shown. It seems that there's no solution to this behaviour… blank labels not expected. _ No success with this values: label: “” label: false label:

[symfony-users] doctrine admin generator: custom label and icon in object_actions

2009-08-10 Thread silvio.cimino
I hoped to set all my preferences into the generator.yml. Maybe I could enable the i18n support and customize the messages (but no the icons). I can't explain why the admin generator doesn't include this simple configuration in the yaml: I think this is a common requirement. Thank you, I'll

[symfony-users] doctrine admin generator: custom label and icon in object_actions

2009-08-08 Thread televas
Hi, how can I customize label and icon in the object_actions of the doctrine admin generator? I would show an empty label with a custom icon, but I can't find the correct method to set the generator.yml. I tried label: "" or label: " " or icon: /mydir/myicon.png but no one with success. Can you h