Hi,

I'm trying to customize the action message of object_actions in admin
generator but it's not working. Look my generator.yml


....
 list:
        title:             MY MODULE
        display:           [=name, address, city, state ]
        max_per_page:      10
        sort:              [state, asc]
        object_actions:
          _edit:           ~
          _delete:         { params: { onclick : "alert('Você tem certeza
disto?');" } }
....



The message alert "Você tem certeza disto" is not working. I checked in the
sf_admin.pt_BR.xml and the message "Are you sure?" was no there. I put this
translation in the i18n xml file but still not working.



How can I customize it?



thanks



Augusto Morais

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