Commit 568a53aaf97eec382a1a8c1694aaa49e5a376b98

Authored by Bruno Menezes
1 parent e5538be5
Exists in master and in 1 other branch 3.1

mensagem de erro

src/Cacic/CommonBundle/Resources/views/UorgType/index.html.twig
... ... @@ -34,7 +34,7 @@
34 34 <a href="{{ path('cacic_uorg_type_cadastrar', {'idUorgType': uorg.idTipoUorg }) }}" class="btn btn-small" title="{{ "Editar Item"|trans }}">
35 35 <i class="btn-icon-only icon-edit icon-large"></i>
36 36 </a>
37   - <a href="{{ path('cacic_uorg_type_excluir', {'id': uorg.idTipoUorg }) }}" class="btn btn-small btn-danger btn-excluir" title="{{ "Excluir Item"|trans }}" onClick="return confirm('Tem certeza que deseja excluir esse registro?')">
  37 + <a href="{{ path('cacic_uorg_type_excluir', {'id': uorg.idTipoUorg }) }}" class="btn btn-small btn-danger btn-excluir" title="{{ "Excluir Item"|trans }}" onClick="return confirm('O item será removido permanentemente e não poderá ser recuperado. Tem certeza que deseja continuar?')">
38 38 <i class="btn-icon-only icon-trash icon-large"></i>
39 39 </a>
40 40 </td>
... ...