Re: [symfony-users] How to hide the label of the object actions in the backend list?

2011-01-14 Thread Ramunas
Well, this one was sufficient for me: object_actions: _delete: {label: ' '} But if this works not ok for you, then you can consider to overwrite the template. -- http://www.symfonyreference.com - Symfony Configuration Reference (schema.yml, databases.yml, settings.yml,

[symfony-users] How to hide the label of the object actions in the backend list?

2011-01-13 Thread Javier Garcia
Hi, how to hide the label of the object actions? I've tried these below (separately of course...) but noone of them works ok. object_actions: _delete: {label: ' '} _delete: {label: ' '} _delete: {label: false} _delete: {label: none} sf 1.4