aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/templates/PSO/viewonline_body.tpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/templates/PSO/viewonline_body.tpl b/phpBB/templates/PSO/viewonline_body.tpl
index d27d418403..67b76ad6c9 100644
--- a/phpBB/templates/PSO/viewonline_body.tpl
+++ b/phpBB/templates/PSO/viewonline_body.tpl
@@ -5,7 +5,7 @@
</tr>
</table>
-<table width="98%" cellpadding="1" cellspacing="0" border="0" align="center">
+<table width="98%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
<tr>
@@ -14,13 +14,13 @@
<tr>
<th width="35%">&nbsp;{L_USERNAME}&nbsp;</th>
<th width="25%">&nbsp;{L_LAST_UPDATE}&nbsp;</th>
- <th width="40%">&nbsp;{L_LOCATION}&nbsp;</th>
+ <th width="40%">&nbsp;{L_FORUM_LOCATION}&nbsp;</th>
</tr>
<!-- BEGIN reg_user_row -->
<tr bgcolor="{reg_user_row.ROW_COLOR}">
<td width="35%">&nbsp;<span class="gen"><a href="{reg_user_row.U_USER_PROFILE}">{reg_user_row.USERNAME}</a></span>&nbsp;</td>
<td width="25%" align="center">&nbsp;<span class="gen">{reg_user_row.LASTUPDATE}</span>&nbsp;</td>
- <td width="40%">&nbsp;<span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}">{reg_user_row.LOCATION}</a></span>&nbsp;</td>
+ <td width="40%">&nbsp;<span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}">{reg_user_row.FORUM_LOCATION}</a></span>&nbsp;</td>
</tr>
<!-- END reg_user_row -->
</table></td>
@@ -29,7 +29,7 @@
<br clear="all" />
-<table width="98%" cellpadding="1" cellspacing="0" border="0" align="center">
+<table width="98%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
<tr>
@@ -38,13 +38,13 @@
<tr>
<th width="35%">&nbsp;{L_USERNAME}&nbsp;</th>
<th width="25%">&nbsp;{L_LAST_UPDATE}&nbsp;</th>
- <th width="40%">&nbsp;{L_LOCATION}&nbsp;</th>
+ <th width="40%">&nbsp;{L_FORUM_LOCATION}&nbsp;</th>
</tr>
<!-- BEGIN guest_user_row -->
<tr bgcolor="{guest_user_row.ROW_COLOR}">
<td width="35%">&nbsp;<span class="gen"><a href="{guest_user_row.U_USER_PROFILE}">{guest_user_row.USERNAME}</a></span>&nbsp;</td>
<td width="25%" align="center">&nbsp;<span class="gen">{guest_user_row.LASTUPDATE}</span>&nbsp;</td>
- <td width="40%">&nbsp;<span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}">{guest_user_row.LOCATION}</a></span>&nbsp;</td>
+ <td width="40%">&nbsp;<span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}">{guest_user_row.FORUM_LOCATION}</a></span>&nbsp;</td>
</tr>
<!-- END guest_user_row -->
</table></td>