diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-04 00:43:03 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-04 00:43:03 +0000 |
commit | f5e17d116cbf760f2f83205ea29f62b177e26616 (patch) | |
tree | 728c964d938c966ba1f77d943d39c50811294e9a | |
parent | 515368f903d82b75a518472eb4feb68cd9b104c6 (diff) | |
download | forums-f5e17d116cbf760f2f83205ea29f62b177e26616.tar forums-f5e17d116cbf760f2f83205ea29f62b177e26616.tar.gz forums-f5e17d116cbf760f2f83205ea29f62b177e26616.tar.bz2 forums-f5e17d116cbf760f2f83205ea29f62b177e26616.tar.xz forums-f5e17d116cbf760f2f83205ea29f62b177e26616.zip |
Minor updates to joined and posts output
git-svn-id: file:///svn/phpbb/trunk@551 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/templates/Default/viewtopic_body.tpl | 3 | ||||
-rw-r--r-- | phpBB/templates/PSO/viewtopic_body.tpl | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/templates/Default/viewtopic_body.tpl b/phpBB/templates/Default/viewtopic_body.tpl index 1e6b7a5eeb..b8292ee485 100644 --- a/phpBB/templates/Default/viewtopic_body.tpl +++ b/phpBB/templates/Default/viewtopic_body.tpl @@ -69,8 +69,7 @@ {postrow.POSTER_RANK}<br> {postrow.RANK_IMAGE}<br> <br> - <font style="{font-size: 8pt;}"> - {L_JOINED}: {postrow.POSTER_JOINED}<br>{L_POSTS}: {postrow.POSTER_POSTS}<br>{postrow.POSTER_FROM}</font> + <font style="{font-size: 8pt;}">{postrow.POSTER_JOINED}<br>{postrow.POSTER_POSTS}<br>{postrow.POSTER_FROM}</font> </td> <td><i><b>{postrow.POST_SUBJECT}</b></i></td> <td align="right" width="15%"><img src="images/posticon.gif"><font style="{font-size: 8pt;}">{L_POSTED}: {postrow.POST_DATE}</font></td> diff --git a/phpBB/templates/PSO/viewtopic_body.tpl b/phpBB/templates/PSO/viewtopic_body.tpl index be47475030..7bf0b83235 100644 --- a/phpBB/templates/PSO/viewtopic_body.tpl +++ b/phpBB/templates/PSO/viewtopic_body.tpl @@ -24,7 +24,7 @@ <tr bgcolor="{postrow.ROW_COLOR}"> <td width="20%" align="left" valign="top"><table height="100%" cellspacing="0" cellpadding="0" border="0"> <tr> - <td valign="top"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{postrow.POSTER_NAME}</b></font><br><font face="{T_FONTFACE2}" size="{T_FONTSIZE1}">{postrow.POSTER_RANK}<br>{postrow.RANK_IMAGE}<br><br>{L_JOINED}: {postrow.POSTER_JOINED}<br>{L_POSTS}: {postrow.POSTER_POSTS}<br>{postrow.POSTER_FROM}</font><br><br>{postrow.POSTER_AVATAR}<br><br></td> + <td valign="top"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{postrow.POSTER_NAME}</b></font><br><font face="{T_FONTFACE2}" size="{T_FONTSIZE1}">{postrow.POSTER_RANK}<br>{postrow.RANK_IMAGE}<br><br>{postrow.POSTER_JOINED}<br>{postrow.POSTER_POSTS}<br>{postrow.POSTER_FROM}</font><br><br>{postrow.POSTER_AVATAR}<br><br></td> </tr> <tr> <td valign="bottom"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><a href="#top">Back to top</a></font></td> |