mirror of https://github.com/movim/movim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
721 B
27 lines
721 B
<section>
|
|
<h3>{$c->__('notifs.manage')}</h3>
|
|
<br />
|
|
<h4 class="gray">{$c->__('wants_to_talk', $jid)}</h4>
|
|
|
|
<ul class="active">
|
|
<li onclick="Notifs_ajaxAccept('{$jid}'); Dialog.clear();">
|
|
<span class="icon green">
|
|
<i class="md md-person-add"></i>
|
|
</span>
|
|
{$c->__('button.accept')}
|
|
</li>
|
|
<li onclick="Notifs_ajaxRefuse('{$jid}'); Dialog.clear();">
|
|
<span class="icon red">
|
|
<i class="md md-close"></i>
|
|
</span>
|
|
{$c->__('button.refuse')}
|
|
</li>
|
|
</ul>
|
|
|
|
</section>
|
|
<div>
|
|
<a onclick="Dialog.clear()" class="button flat">
|
|
{$c->__('button.close')}
|
|
</a>
|
|
</div>
|
|
|