mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Format message.tpl and replace that ugly ascii arrow with a proper icon
This commit is contained in:
parent
0affc73d1d
commit
70f6516176
@ -1 +1,24 @@
|
|||||||
{literal}<time>{@$formattedTime}</time> <span class="usernameContainer"><span class="username">{if $type != 7}{@$formattedUsername}{else}{if $receiver == WCF.User.userID}{@$formattedUsername} {/if}->{if $receiver != WCF.User.userID} {$additionalData.receiverUsername}{/if}{/if}</span><span class="separator">{$separator}</span></span> <span class="text">{@$formattedMessage}</span> <span class="markContainer"><input type="checkbox" value="{@$messageID}" /></span>{/literal}
|
{literal}
|
||||||
|
<time>{@$formattedTime}</time>
|
||||||
|
<span class="usernameContainer">
|
||||||
|
<span class="username">{*
|
||||||
|
*}{if $type != 7}{*
|
||||||
|
*}{@$formattedUsername}{*
|
||||||
|
*}{else}
|
||||||
|
{if $receiver == WCF.User.userID}
|
||||||
|
{@$formattedUsername}
|
||||||
|
{/if}
|
||||||
|
<span class="icon icon16 icon-double-angle-right" title="{/literal}{lang}chat.ui.whispers{/lang}{literal}"></span>
|
||||||
|
{if $receiver != WCF.User.userID}
|
||||||
|
{$additionalData.receiverUsername}{/if}{*
|
||||||
|
*}{/if}{*
|
||||||
|
*}</span>{*
|
||||||
|
*}{if $receiver != WCF.User.userID}{*
|
||||||
|
*}<span class="separator">{$separator}</span>
|
||||||
|
{/if}
|
||||||
|
</span>
|
||||||
|
<span class="text">{@$formattedMessage}</span>
|
||||||
|
<span class="markContainer">
|
||||||
|
<input type="checkbox" value="{@$messageID}" />
|
||||||
|
</span>
|
||||||
|
{/literal}
|
||||||
|
Loading…
Reference in New Issue
Block a user