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

10 lines
263 B
HTML
Raw Normal View History

<li>
<form class="search-xmpp-contact">
<input type="text"
name="identifier"
class="username"
placeholder="{{{o.label_contact_name}}}"/>
<button type="submit">{{{o.label_search}}}</button>
</form>
2014-10-10 10:22:19 +02:00
</li>