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