Version 2.0.2

This commit is contained in:
dmzx
2017-12-09 08:09:57 +01:00
parent 6405c7c7ab
commit 0addbac5c0
92 changed files with 1051 additions and 776 deletions

View File

@@ -1,10 +1,10 @@
<div id="mchat-whois">
<span title="{MCHAT_ONLINE_EXPLAIN}">
<!-- IF MCHAT_USERS_LIST -->
<a href="#" data-mchat-toggle="userlist">{MCHAT_USERS_TOTAL}</a>
<!-- ELSE -->
{MCHAT_USERS_TOTAL}
<!-- ENDIF -->
<span title="{{ MCHAT_ONLINE_EXPLAIN }}">
{% if MCHAT_USERS_LIST %}
<a href="#" data-mchat-toggle="userlist">{{ MCHAT_USERS_TOTAL }}</a>
{% else %}
{{ MCHAT_USERS_TOTAL }}
{% endif %}
</span>
<div id="mchat-userlist" class="hidden">{MCHAT_USERS_LIST}</div>
<div id="mchat-userlist" class="hidden">{{ MCHAT_USERS_LIST }}</div>
</div>