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/Post/_post_delete.tpl

16 lines
444 B
Smarty

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