Version 2.0.2
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user