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="pending-contact-name" title="Name: {{fullname}}
|
2015-06-18 16:31:30 +02:00
|
|
|
JID: {{jid}}">{{fullname}}</span>
|
|
|
|
{[ if (allow_chat_pending_contacts) { ]}
|
|
|
|
</a>
|
|
|
|
{[ } ]}
|
|
|
|
<a class="remove-xmpp-contact icon-remove" title="{{desc_remove}}" href="#"></a>
|