xmpp.chapril.org-conversejs/src/templates/roster.html
JC Brand e344bf769a New modal for adding contacts.
Remove the xhr_user_search and xhr_user_search_url options
Lazily create modals
2018-02-23 16:33:09 +01:00

10 lines
317 B
HTML

<div class="d-flex">
<span class="w-100">{{{o.heading_contacts}}}</span>
<a class="chatbox-btn add-contact fa fa-user-plus" title="{{{o.title_add_contact}}}"
data-toggle="modal" data-target="#add-contact-modal"></a>
</div>
<form class="roster-filter-form"></form>
<div class="roster-contacts"></div>