2015-06-18 16:31:30 +02:00
|
|
|
{[ if (allow_chat_pending_contacts) { ]}
|
|
|
|
<a class="open-chat"href="#">
|
|
|
|
{[ } ]}
|
2015-01-05 07:32:58 +01:00
|
|
|
<span class="req-contact-name" title="Name: {{fullname}}
|
|
|
|
JID: {{jid}}">{{fullname}}</span>
|
2015-06-18 16:31:30 +02:00
|
|
|
{[ if (allow_chat_pending_contacts) { ]}
|
|
|
|
</a>
|
|
|
|
{[ } ]}
|
2014-07-19 14:50:25 +02:00
|
|
|
<span class="request-actions">
|
|
|
|
<a class="accept-xmpp-request icon-checkmark" title="{{desc_accept}}" href="#"></a>
|
|
|
|
<a class="decline-xmpp-request icon-close" title="{{desc_decline}}" href="#"></a>
|
|
|
|
</span>
|