xmpp.chapril.org-conversejs/src/templates/requesting_contact.html

13 lines
529 B
HTML
Raw Normal View History

{[ if (o.allow_chat_pending_contacts) { ]}
<a class="open-chat"href="#">
{[ } ]}
<span class="req-contact-name w-100" title="Name: {{{o.fullname}}}
JID: {{{o.jid}}}">{{{o.fullname}}}</span>
{[ if (o.allow_chat_pending_contacts) { ]}
</a>
{[ } ]}
<a class="accept-xmpp-request fa fa-check align-self-center"
aria-label="{{{o.desc_accept}}}" title="{{{o.desc_accept}}}" href="#"></a>
<a class="decline-xmpp-request fa fa-times align-self-center"
aria-label="{{{o.desc_decline}}}" title="{{{o.desc_decline}}}" href="#"></a>