More design work and bugfixes
This commit is contained in:
parent
3a10acd9d6
commit
b6704ccee4
17 changed files with 244 additions and 143 deletions
|
@ -7,7 +7,7 @@ No users.
|
|||
</p>
|
||||
{else}
|
||||
{foreach from=$users item=user}
|
||||
<a id="{$user.nick}" class="notice"><img src="/themes/austria/images/{$user.notice}" title="Toggle notice for {$user.nick}" style="border:none;" /></a><a href="/np/{$user.nick}" target="_blank" style="color:#{$user.color}; margin-left: 8px;">{$user.nick}</a>{if $user.typing=="true"}<i class="fa fa-comment" style="color:#{$user.color}" aria-hidden="true"></i>{/if}</span> <img src="/themes/austria/images/{$user.gender}.png" style="border:none;" /><br />
|
||||
<a id="{$user.nick}" class="notice"><img src="/themes/funchat/images/{$user.notice}" title="Toggle notice for {$user.nick}" style="border:none;" /></a><a href="/np/{$user.nick}" target="_blank" style="color:#{$user.color}; margin-left: 8px;">{$user.nick}</a>{if $user.typing=="true"}<i class="fa fa-comment" style="color:#{$user.color}" aria-hidden="true"></i>{/if}</span> <img src="/themes/funchat/images/{$user.gender}.png" style="border:none;" /><br />
|
||||
{/foreach}
|
||||
{/if}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue