mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 11:30:22 +02:00
[ticket/15156] Add icon to pm profile
PHPBB3-15156
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
|
||||||
<div id="post-{MESSAGE_ID}" class="post pm has-profile<!-- IF S_POST_UNAPPROVED or S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF S_ONLINE --> online<!-- ENDIF -->">
|
<div id="post-{MESSAGE_ID}" class="post pm has-profile<!-- IF S_POST_UNAPPROVED or S_POST_REPORTED --> reported<!-- ENDIF -->">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
|
|
||||||
<dl class="postprofile" id="profile{MESSAGE_ID}">
|
<dl class="postprofile" id="profile{MESSAGE_ID}">
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
<!-- IF AUTHOR_AVATAR --><a href="{U_MESSAGE_AUTHOR}" class="avatar">{AUTHOR_AVATAR}</a><!-- ENDIF -->
|
<!-- IF AUTHOR_AVATAR --><a href="{U_MESSAGE_AUTHOR}" class="avatar">{AUTHOR_AVATAR}</a><!-- ENDIF -->
|
||||||
<!-- EVENT ucp_pm_viewmessage_avatar_after -->
|
<!-- EVENT ucp_pm_viewmessage_avatar_after -->
|
||||||
</div>
|
</div>
|
||||||
{MESSAGE_AUTHOR_FULL}
|
{MESSAGE_AUTHOR_FULL}<!-- IF S_ONLINE --> <i class="icon fa-circle fa-fw icon-md online" aria-hidden="true"></i><span class="sr-only">{L_ONLINE}</span><!-- ENDIF -->
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<!-- EVENT ucp_pm_viewmessage_rank_before -->
|
<!-- EVENT ucp_pm_viewmessage_rank_before -->
|
||||||
|
Reference in New Issue
Block a user