mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Add jsTooltip to whisper icon
This commit is contained in:
parent
b27f7589c6
commit
cdef22d95a
@ -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}" onclick="be.bastelstu.Chat.insertText('/whisper {if $receiver == WCF.User.userID}{$username.replace("\\", "\\\\").replace("'", "\\'")}{else}{$additionalData.receiverUsername.replace("\\", "\\\\").replace("'", "\\'")}{/if}, ', { append: false });"></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