mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
[ticket/11552] Fix online users list and popups
PHPBB3-11552
This commit is contained in:
parent
734131d750
commit
e9481c41f8
@ -29,7 +29,7 @@
|
||||
<tbody>
|
||||
<!-- BEGIN user_row -->
|
||||
<tr class="<!-- IF user_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
|
||||
<td>{user_row.USERNAME_FULL}<!-- IF user_row.USER_IP --> <span style="margin-left: 30px;">{L_IP}{L_COLON} <a href="{user_row.U_USER_IP}">{user_row.USER_IP}</a> » <a href="{user_row.U_WHOIS}" onclick="popup(this.href, 750, 500); return false;">{L_WHOIS}</a></span><!-- ENDIF -->
|
||||
<td>{user_row.USERNAME_FULL}<!-- IF user_row.USER_IP --> <span style="float: {S_CONTENT_FLOW_END};">{L_IP}{L_COLON} <a href="{user_row.U_USER_IP}">{user_row.USER_IP}</a> » <a href="{user_row.U_WHOIS}" onclick="popup(this.href, 750, 500); return false;">{L_WHOIS}</a></span><!-- ENDIF -->
|
||||
<!-- IF user_row.USER_BROWSER --><br />{user_row.USER_BROWSER}<!-- ENDIF --></td>
|
||||
<td class="info"><a href="{user_row.U_FORUM_LOCATION}">{user_row.FORUM_LOCATION}</a></td>
|
||||
<td class="active">{user_row.LASTUPDATE}</td>
|
||||
|
@ -180,7 +180,7 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
|
||||
}
|
||||
|
||||
#simple-wrap {
|
||||
padding: 6px 10px;
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
#page-body {
|
||||
|
Loading…
x
Reference in New Issue
Block a user