8a4aa4efdd
This removes the need for `switch (obj)` in the template which is not allowed in strict mode. Additionally using a named variable speeds up rendering.
10 lines
263 B
HTML
10 lines
263 B
HTML
<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>
|
|
</li>
|