Some small fixes in the viewonline templates

git-svn-id: file:///svn/phpbb/trunk@178 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson 2001-04-19 06:15:00 +00:00
parent 4952eb77d0
commit 9a2d961b4c
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
</tr>
<!-- BEGIN userrow -->
<tr bgcolor="{userrow.ROW_COLOR}" class="tablebody">
<td width="30%">&nbsp;<a href="profile.{PHPEX}?mode=view&{POST_USER_URL}={userrow.USER_ID}">{userrow.USERNAME}</a>&nbsp;</td>
<td width="30%">&nbsp;<a href="profile.{PHPEX}?mode=viewprofile&{POST_USER_URL}={userrow.USER_ID}">{userrow.USERNAME}</a>&nbsp;</td>
<td width="20%" align="center">&nbsp;{userrow.LASTUPDATE}&nbsp;</td>
<td width="10%" align="center">&nbsp;{userrow.LOGGEDON}&nbsp;</td>
<td width="40%">&nbsp;<a href="{userrow.LOCATION_URL}">&nbsp;{userrow.LOCATION}</a>&nbsp;</td>

View file

@ -7,7 +7,7 @@
<tr>
<td align="right" style="{font-size: 8pt;}">{L_POSTEDTOTAL} -<b>{TOTAL_POSTS}</b>- {L_MESSAGES}.<br>
{L_WEHAVE} <b>{TOTAL_USERS}</b> {L_REGUSERS}.<br>
{L_NEWESTUSER} <b><a href="profile.{PHPEX}?mode=viewprofile&user_id={NEWEST_UID}">{NEWEST_USER}</a></b>
{L_NEWESTUSER} <b><a href="profile.{PHPEX}?mode=viewprofile&{POST_USER_URL}={NEWEST_UID}">{NEWEST_USER}</a></b>
</td>
</tr>
</table>