1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
movim_ynh/sources/app/widgets/Account/_account_remove.tpl

18 lines
510 B
Smarty

<section>
<h3>{$c->__('account.delete_title')}</h3>
<br />
<h4 class="gray">{$c->__('account.delete_text')}</h4>
<br />
<h4 class="gray">{$c->__('account.delete_text_confirm')}</h4>
</section>
<div class="no_bar">
<a onclick="Dialog.clear()" class="button flat">
{$c->__('button.cancel')}
</a>
<a
name="submit"
class="button flat"
onclick="Account_ajaxRemoveAccountConfirm(); Dialog.clear()">
{$c->__('button.delete')}
</a>
</div>