diff options
author | Tobias Markmann <tm@ayena.de> | 2012-09-19 15:44:27 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-09-19 17:27:47 (GMT) |
commit | 43e6f6cb4e1fe907df25f8acead2532afa284ad6 (patch) | |
tree | ea8fa4484db24858cf6b3b8823245860925f480a /Swift/resources/themes/Default/Outgoing/Content.html | |
parent | 3922b29d87df67657cc0a9a7f37290967cec725b (diff) | |
download | swift-contrib-43e6f6cb4e1fe907df25f8acead2532afa284ad6.zip swift-contrib-43e6f6cb4e1fe907df25f8acead2532afa284ad6.tar.bz2 |
Distinguish between wrapped and non-wrapped sender names in chat message theming.
Resolves: #1162
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
Diffstat (limited to 'Swift/resources/themes/Default/Outgoing/Content.html')
-rwxr-xr-x | Swift/resources/themes/Default/Outgoing/Content.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/resources/themes/Default/Outgoing/Content.html b/Swift/resources/themes/Default/Outgoing/Content.html index beb57f0..f855f56 100755 --- a/Swift/resources/themes/Default/Outgoing/Content.html +++ b/Swift/resources/themes/Default/Outgoing/Content.html @@ -13,7 +13,7 @@ <tr> <td class="message"> %message% - <div class="timeStamp"><span class="name">%sender% @</span> %time%</div> + <div class="timeStamp"><span class="name">%wrapped_sender% @</span> %time%</div> <span id="insert"></span> </td> <td class="messageRight"></td> |