mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-01-08 00:10:08 +00:00
Merge remote-tracking branch 'origin/master' into suspensionList
This commit is contained in:
commit
3bacdf95c0
@ -8,7 +8,7 @@
|
||||
{if $receiver == WCF.User.userID}
|
||||
{@$formattedUsername}
|
||||
{/if}
|
||||
<span class="icon icon16 icon-double-angle-right" title="{/literal}{lang}chat.ui.whispers{/lang}{literal}"></span>
|
||||
<span class="icon icon16 icon-double-angle-right jsTooltip" title="{/literal}{lang}chat.ui.whispers{/lang}{literal}" onclick="be.bastelstu.Chat.insertText('/whisper {if $receiver == WCF.User.userID}{$username.replace("\\", "\\\\").replace("'", "\\'")}{else}{$additionalData.receiverUsername.replace("\\", "\\\\").replace("'", "\\'")}{/if}, ', { append: false });"></span>
|
||||
{if $receiver != WCF.User.userID}
|
||||
{$additionalData.receiverUsername}{/if}{*
|
||||
*}{/if}{*
|
||||
|
Loading…
Reference in New Issue
Block a user