mirror of https://github.com/movim/movim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
981 B
33 lines
981 B
<section class="scroll">
|
|
<h3>{$c->__('chats.add')}</h3>
|
|
<ul class="active" id="add_extend">
|
|
<li class="subheader">{$c->__('chats.frequent')}</li>
|
|
{loop="$top"}
|
|
<li onclick="Chats_ajaxOpen('{$value->jid}'); Dialog.clear()">
|
|
<span class="icon bubble">
|
|
<img
|
|
class="avatar"
|
|
src="{$value->getPhoto('s')}"
|
|
alt="avatar"
|
|
/>
|
|
</span>
|
|
<span>{$value->getTrueName()}</span>
|
|
</li>
|
|
{/loop}
|
|
<li onclick="Chats_ajaxAddExtend()">
|
|
<span class="icon">
|
|
<i class="md md-add"></i>
|
|
</span>
|
|
<span>{$c->__('chats.more')}</span>
|
|
</li>
|
|
</ul>
|
|
<br />
|
|
<!--<div id="search_results">
|
|
|
|
</div>-->
|
|
</section>
|
|
<div>
|
|
<a onclick="Dialog.clear()" class="button flat">
|
|
{$c->__('button.close')}
|
|
</a>
|
|
</div>
|