commit:     fd8274bcf191f2b9a9fc36f81933a88547c5ba60
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  5 07:41:38 2026 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Mar  5 07:41:59 2026 +0000
URL:        https://gitweb.gentoo.org/proj/forums.git/commit/?id=fd8274bc

template: move 'online' tag in private messages as well

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 template/ucp_pm_viewmessage.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/template/ucp_pm_viewmessage.html b/template/ucp_pm_viewmessage.html
index eeba287ba..6d8c7cfcb 100644
--- a/template/ucp_pm_viewmessage.html
+++ b/template/ucp_pm_viewmessage.html
@@ -23,10 +23,10 @@
 <!-- ENDIF -->
 
 
-<div id="post-{MESSAGE_ID}" class="post pm has-profile<!-- IF S_ONLINE --> 
online<!-- ENDIF -->">
+<div id="post-{MESSAGE_ID}" class="post pm has-profile">
 <div class="inner">
 
-       <dl class="postprofile" id="profile{MESSAGE_ID}">
+       <dl class="postprofile<!-- IF S_ONLINE --> online<!-- ENDIF -->" 
id="profile{MESSAGE_ID}">
                <dt class="<!-- IF RANK_TITLE or RANK_IMG 
-->has-profile-rank<!-- ELSE -->no-profile-rank<!-- ENDIF --> <!-- IF 
AUTHOR_AVATAR -->has-avatar<!-- ELSE -->no-avatar<!-- ENDIF -->">
                        {% EVENT ucp_pm_viewmessage_author_full_before %}
                        {MESSAGE_AUTHOR_FULL}

Reply via email to