Adjusted/unified html attributes for avatars
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / templates / conversationMessageListLog.tpl
index 3574d4cedc7e3f06cb250fd1dbff3a4eee50a56a..a74d1dec0886c0ae6aff10c7a35c2e77497b09f1 100644 (file)
@@ -6,11 +6,11 @@
                                <div class="messageContent">
                                        <div class="messageHeader">
                                                <div class="box32 messageHeaderWrapper">
-                                                       <a href="{link controller='User' object=$modificationLogEntry->getUserProfile()}{/link}" aria-hidden="true">{@$modificationLogEntry->getUserProfile()->getAvatar()->getImageTag(32)}</a>
+                                                       {user object=$modificationLogEntry->getUserProfile() type='avatar32' ariaHidden='true' tabindex='-1'}
                                                        
                                                        <div class="messageHeaderBox">
                                                                <h2 class="messageTitle">
-                                                                       <a href="{link controller='User' object=$modificationLogEntry->getUserProfile()}{/link}" class="userLink username" data-user-id="{@$modificationLogEntry->userID}">{$modificationLogEntry->username}</a>
+                                                                       {user object=$modificationLogEntry->getUserProfile() class='username'}
                                                                        <small class="separatorLeft">{@$modificationLogEntry->time|time}</small>
                                                                </h2>
                                                                <div>{@$modificationLogEntry}</div>