1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-05 06:07:46 +00:00
Havana/tools/www-tpl/es/groups/habblet/confirm_delete_group.tpl
2025-02-24 08:11:19 -03:00

10 lines
No EOL
266 B
Smarty

<p>
Are you sure you want to delete the group {{ group.getName() }}?
</p>
<p>
<a href="#" class="new-button" id="group-action-cancel"><b>Cancelar</b><i></i></a>
<a href="#" class="new-button" id="group-action-ok"><b>Ok</b><i></i></a>
</p>
<div class="clear"></div>