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/Rooms/_rooms_remove.tpl
2016-03-15 16:28:38 +01:00

18 lines
502 B
Smarty

<section>
<h3>{$c->__('chatrooms.remove_title')}</h3>
<br />
<h4 class="gray">{$c->__('chatrooms.remove_text')}</h4>
<br />
<h4 class="gray">{$room}</h4>
</section>
<div class="no_bar">
<a onclick="Dialog.clear()" class="button flat">
{$c->__('button.cancel')}
</a>
<a
name="submit"
class="button flat"
onclick="Rooms_ajaxExit('{$room}'); Rooms_ajaxRemove('{$room}'); Dialog.clear()">
{$c->__('button.remove')}
</a>
</div>