Files
phpbb_mchat_tlw/styles/prosilver/template/mchat_whois.html
2018-08-02 11:34:39 +02:00

11 lines
334 B
HTML

<div id="mchat-whois">
<span title="{{ MCHAT_ONLINE_EXPLAIN }}">
{% if MCHAT_USERS_LIST %}
<a href="#" data-mchat-action="toggle" data-mchat-element="userlist">{{ MCHAT_USERS_TOTAL }}</a>
{% else %}
{{ MCHAT_USERS_TOTAL }}
{% endif %}
</span>
<div id="mchat-userlist" class="hidden">{{ MCHAT_USERS_LIST }}</div>
</div>