diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-20 02:41:44 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-20 02:41:44 +0000 |
commit | 1ff65c0ca3de89f0374159d580f15fc9b95d08dc (patch) | |
tree | 3f5b714f414cd56d0719812ae835d741a79fd316 /phpBB/templates/PSO | |
parent | 99a540bf2d8ec0088f776700813f783ff6ca70e5 (diff) | |
download | forums-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.tpl | 12 |
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%"> {L_USERNAME} </th> <th width="25%"> {L_LAST_UPDATE} </th> - <th width="40%"> {L_LOCATION} </th> + <th width="40%"> {L_FORUM_LOCATION} </th> </tr> <!-- BEGIN reg_user_row --> <tr bgcolor="{reg_user_row.ROW_COLOR}"> <td width="35%"> <span class="gen"><a href="{reg_user_row.U_USER_PROFILE}">{reg_user_row.USERNAME}</a></span> </td> <td width="25%" align="center"> <span class="gen">{reg_user_row.LASTUPDATE}</span> </td> - <td width="40%"> <span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}">{reg_user_row.LOCATION}</a></span> </td> + <td width="40%"> <span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}">{reg_user_row.FORUM_LOCATION}</a></span> </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%"> {L_USERNAME} </th> <th width="25%"> {L_LAST_UPDATE} </th> - <th width="40%"> {L_LOCATION} </th> + <th width="40%"> {L_FORUM_LOCATION} </th> </tr> <!-- BEGIN guest_user_row --> <tr bgcolor="{guest_user_row.ROW_COLOR}"> <td width="35%"> <span class="gen"><a href="{guest_user_row.U_USER_PROFILE}">{guest_user_row.USERNAME}</a></span> </td> <td width="25%" align="center"> <span class="gen">{guest_user_row.LASTUPDATE}</span> </td> - <td width="40%"> <span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}">{guest_user_row.LOCATION}</a></span> </td> + <td width="40%"> <span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}">{guest_user_row.FORUM_LOCATION}</a></span> </td> </tr> <!-- END guest_user_row --> </table></td> |