aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/PSO
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-20 02:41:44 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-20 02:41:44 +0000
commit1ff65c0ca3de89f0374159d580f15fc9b95d08dc (patch)
tree3f5b714f414cd56d0719812ae835d741a79fd316 /phpBB/templates/PSO
parent99a540bf2d8ec0088f776700813f783ff6ca70e5 (diff)
downloadforums-1ff65c0ca3de89f0374159d580f15fc9b95d08dc.tar
forums-1ff65c0ca3de89f0374159d580f15fc9b95d08dc.tar.gz
forums-1ff65c0ca3de89f0374159d580f15fc9b95d08dc.tar.bz2
forums-1ff65c0ca3de89f0374159d580f15fc9b95d08dc.tar.xz
forums-1ff65c0ca3de89f0374159d580f15fc9b95d08dc.zip
Minor template var update ... now I'm going to bed, yes I do sleep ...
git-svn-id: file:///svn/phpbb/trunk@1385 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/PSO')
-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>