2017-11-05 18:47:30 +01:00
|
|
|
{[ if (o.allow_chat_pending_contacts) { ]}
|
2015-06-18 16:31:30 +02:00
|
|
|
<a class="open-chat"href="#">
|
|
|
|
{[ } ]}
|
2017-11-05 18:47:30 +01:00
|
|
|
<span class="pending-contact-name" title="Name: {{{o.fullname}}}
|
|
|
|
JID: {{{o.jid}}}">{{{o.fullname}}}</span>
|
|
|
|
{[ if (o.allow_chat_pending_contacts) { ]}
|
2015-06-18 16:31:30 +02:00
|
|
|
</a>
|
|
|
|
{[ } ]}
|
2017-11-05 18:47:30 +01:00
|
|
|
<a class="remove-xmpp-contact icon-remove" title="{{{o.desc_remove}}}" href="#"></a>
|