projects
/
GitHub
/
WoltLab
/
com.woltlab.wcf.conversation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
399778c
)
Added "jsTooltip" to own posts icon
author
Marcel Werk
<burntime@woltlab.com>
Sun, 21 Aug 2016 08:47:13 +0000
(10:47 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Sun, 21 Aug 2016 08:47:13 +0000
(10:47 +0200)
templates/conversationList.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/conversationList.tpl
b/templates/conversationList.tpl
index c08205f360df877a9ce8bb65250fbd3fb548b233..b3a65b6478fec18d756be9bb9d0489a9f0d1f6dd 100644
(file)
--- a/
templates/conversationList.tpl
+++ b/
templates/conversationList.tpl
@@
-163,7
+163,7
@@
{if $conversation->ownPosts && $conversation->userID != $__wcf->user->userID}
{if $__wcf->getUserProfileHandler()->getAvatar()}
- <small class="myAvatar" title="{lang}wcf.conversation.ownPosts{/lang}">{@$__wcf->getUserProfileHandler()->getAvatar()->getImageTag(24)}</small>
+ <small class="myAvatar
jsTooltip
" title="{lang}wcf.conversation.ownPosts{/lang}">{@$__wcf->getUserProfileHandler()->getAvatar()->getImageTag(24)}</small>
{/if}
{/if}
</div>