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/Group/_group_unsubscribe.tpl

19 lines
473 B
Smarty

<section>
<h3>{$c->__('group.sure')}</h3>
{if="$item"}
<br />
<h4 class="gray">
{$c->__('group.unsubscribe_text')} : {$item->name}
</h4>
{/if}
</section>
<div>
<a onclick="Dialog.clear()" class="button flat">
{$c->__('button.close')}
</a>
<a
onclick="Group_ajaxUnsubscribe('{$server}', '{$node}'); Dialog.clear()"
class="button flat">
{$c->__('group.unsubscribe')}
</a>
</div>