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="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">
|
2017-02-19 10:03:58 +01:00
|
|
|
<a class="accept-xmpp-request icon-checkmark" aria-label="{{{desc_accept}}}" title="{{{desc_accept}}}" href="#"></a>
|
|
|
|
<a class="decline-xmpp-request icon-close" aria-label="{{{desc_decline}}}" title="{{{desc_decline}}}" href="#"></a>
|
2014-07-19 14:50:25 +02:00
|
|
|
</span>
|