mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11552] Fix online users list and popups
PHPBB3-11552
This commit is contained in:
parent
734131d750
commit
e9481c41f8
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
<!-- BEGIN user_row -->
|
<!-- BEGIN user_row -->
|
||||||
<tr class="<!-- IF user_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
|
<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>
|
<!-- 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="info"><a href="{user_row.U_FORUM_LOCATION}">{user_row.FORUM_LOCATION}</a></td>
|
||||||
<td class="active">{user_row.LASTUPDATE}</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 {
|
#simple-wrap {
|
||||||
padding: 6px 10px;
|
padding: 6px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#page-body {
|
#page-body {
|
||||||
|
|
Loading…
Add table
Reference in a new issue