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
364 B
HTML
10 lines
364 B
HTML
<dl class="add-converse-contact dropdown">
|
|
<dt id="xmpp-contact-search" class="fancy-dropdown">
|
|
<a class="toggle-xmpp-contact-form icon-plus" href="#" title="{{{o.label_click_to_chat}}}"> {{{o.label_add_contact}}}</a>
|
|
</dt>
|
|
<dd class="search-xmpp">
|
|
<div class="contact-form-container collapsed"></div>
|
|
<ul></ul>
|
|
</dd>
|
|
</dl>
|