2017-11-05 18:47:30 +01:00
|
|
|
{[ if (o.allow_chat_pending_contacts) { ]}
|
2018-02-19 15:01:02 +01:00
|
|
|
<a class="open-chat w-100"href="#">
|
2015-06-18 16:31:30 +02:00
|
|
|
{[ } ]}
|
2018-02-16 15:24:17 +01:00
|
|
|
<span class="req-contact-name w-100" title="Name: {{{o.fullname}}}
|
2017-11-05 18:47:30 +01:00
|
|
|
JID: {{{o.jid}}}">{{{o.fullname}}}</span>
|
|
|
|
{[ if (o.allow_chat_pending_contacts) { ]}
|
2015-06-18 16:31:30 +02:00
|
|
|
</a>
|
|
|
|
{[ } ]}
|
2018-02-19 15:01:02 +01:00
|
|
|
<a class="accept-xmpp-request fa fa-check"
|
2018-02-16 15:24:17 +01:00
|
|
|
aria-label="{{{o.desc_accept}}}" title="{{{o.desc_accept}}}" href="#"></a>
|
2018-02-19 15:01:02 +01:00
|
|
|
<a class="decline-xmpp-request fa fa-times"
|
2018-02-16 15:24:17 +01:00
|
|
|
aria-label="{{{o.desc_decline}}}" title="{{{o.desc_decline}}}" href="#"></a>
|