Commit 568a53aaf97eec382a1a8c1694aaa49e5a376b98
1 parent
e5538be5
Exists in
master
and in
1 other branch
mensagem de erro
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/Cacic/CommonBundle/Resources/views/UorgType/index.html.twig
| @@ -34,7 +34,7 @@ | @@ -34,7 +34,7 @@ | ||
| 34 | <a href="{{ path('cacic_uorg_type_cadastrar', {'idUorgType': uorg.idTipoUorg }) }}" class="btn btn-small" title="{{ "Editar Item"|trans }}"> | 34 | <a href="{{ path('cacic_uorg_type_cadastrar', {'idUorgType': uorg.idTipoUorg }) }}" class="btn btn-small" title="{{ "Editar Item"|trans }}"> |
| 35 | <i class="btn-icon-only icon-edit icon-large"></i> | 35 | <i class="btn-icon-only icon-edit icon-large"></i> |
| 36 | </a> | 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 | <i class="btn-icon-only icon-trash icon-large"></i> | 38 | <i class="btn-icon-only icon-trash icon-large"></i> |
| 39 | </a> | 39 | </a> |
| 40 | </td> | 40 | </td> |