aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_logs.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/style/acp_logs.html')
-rw-r--r--phpBB/adm/style/acp_logs.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_logs.html b/phpBB/adm/style/acp_logs.html
index c8eaca893c..5aec4dba1b 100644
--- a/phpBB/adm/style/acp_logs.html
+++ b/phpBB/adm/style/acp_logs.html
@@ -38,7 +38,12 @@
<!-- BEGIN log -->
<!-- IF log.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
- <td>{log.USERNAME}</td>
+ <td>
+ {log.USERNAME}
+ <!-- IF log.REPORTEE_USERNAME -->
+ <br />&raquo; {log.REPORTEE_USERNAME}
+ <!-- ENDIF -->
+ </td>
<td style="text-align: center;">{log.IP}</td>
<td style="text-align: center;">{log.DATE}</td>
<td>{log.ACTION}<!-- IF log.DATA --><br />{log.DATA}</span><!-- ENDIF --></td>