mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00:00
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:
parent
4952eb77d0
commit
9a2d961b4c
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
</tr>
|
||||
<!-- BEGIN userrow -->
|
||||
<tr bgcolor="{userrow.ROW_COLOR}" class="tablebody">
|
||||
<td width="30%"> <a href="profile.{PHPEX}?mode=view&{POST_USER_URL}={userrow.USER_ID}">{userrow.USERNAME}</a> </td>
|
||||
<td width="30%"> <a href="profile.{PHPEX}?mode=viewprofile&{POST_USER_URL}={userrow.USER_ID}">{userrow.USERNAME}</a> </td>
|
||||
<td width="20%" align="center"> {userrow.LASTUPDATE} </td>
|
||||
<td width="10%" align="center"> {userrow.LOGGEDON} </td>
|
||||
<td width="40%"> <a href="{userrow.LOCATION_URL}"> {userrow.LOCATION}</a> </td>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue