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.
15 lines
472 B
15 lines
472 B
<span id="back" class="icon" onclick="MovimTpl.hidePanel(); Chat_ajaxGet();"><i class="md md-arrow-back"></i></span>
|
|
|
|
<ul class="active">
|
|
<li onclick="Rooms_ajaxRemoveConfirm('{$room}')">
|
|
<span class="icon">
|
|
<i class="md md-delete"></i>
|
|
</span>
|
|
</li>
|
|
<li onclick="Rooms_ajaxExit('{$room}'); MovimTpl.hidePanel();">
|
|
<span class="icon">
|
|
<i class="md md-close"></i>
|
|
</span>
|
|
</li>
|
|
</ul>
|
|
<h2>{$room}</h2>
|