Added "jsTooltip" to own posts icon
authorMarcel Werk <burntime@woltlab.com>
Sun, 21 Aug 2016 08:47:13 +0000 (10:47 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sun, 21 Aug 2016 08:47:13 +0000 (10:47 +0200)
templates/conversationList.tpl

index c08205f360df877a9ce8bb65250fbd3fb548b233..b3a65b6478fec18d756be9bb9d0489a9f0d1f6dd 100644 (file)
                                                                        
                                                                        {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>