aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-05-28 15:26:38 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-05-28 15:26:38 +0000
commit33d5509eb1c6e967388bfe7dafeeed1ddf55206b (patch)
tree54b8f2aa20476f8ec1f58da3fa28f8e9b69182e3 /phpBB/templates/Default
parentcc213bfc499312a6e23d1f4bf40af362946ad53f (diff)
downloadforums-33d5509eb1c6e967388bfe7dafeeed1ddf55206b.tar
forums-33d5509eb1c6e967388bfe7dafeeed1ddf55206b.tar.gz
forums-33d5509eb1c6e967388bfe7dafeeed1ddf55206b.tar.bz2
forums-33d5509eb1c6e967388bfe7dafeeed1ddf55206b.tar.xz
forums-33d5509eb1c6e967388bfe7dafeeed1ddf55206b.zip
Minor updates related to additional info as per last commit
git-svn-id: file:///svn/phpbb/trunk@362 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/Default')
-rw-r--r--phpBB/templates/Default/viewtopic_body.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/templates/Default/viewtopic_body.tpl b/phpBB/templates/Default/viewtopic_body.tpl
index 56bcb54db0..001269675b 100644
--- a/phpBB/templates/Default/viewtopic_body.tpl
+++ b/phpBB/templates/Default/viewtopic_body.tpl
@@ -68,7 +68,6 @@
<font style="{font-size: 10pt; font-weight: bold;}">{postrow.POSTER_NAME}</font><br>
{postrow.POSTER_RANK}<br>
{postrow.RANK_IMAGE}<br>
- {postrow.POSTER_AVATAR}<br>
<br>
<font style="{font-size: 8pt;}">
{L_JOINED}: {postrow.POSTER_JOINED}<br>{L_POSTS}: {postrow.POSTER_POSTS}<br>{postrow.POSTER_FROM}</font>
@@ -77,7 +76,8 @@
<td align="right" width="15%"><img src="images/posticon.gif"><font style="{font-size: 8pt;}">{L_POSTED}: {postrow.POST_DATE}</font></td>
</tr>
<tr bgcolor="{postrow.ROW_COLOR}" class="tablebody">
- <td colspan="3">{postrow.MESSAGE}<hr>
+ <td colspan="3">
+ {postrow.MESSAGE}<hr>
{postrow.PROFILE_IMG}&nbsp;{postrow.EMAIL_IMG}&nbsp;{postrow.WWW_IMG}&nbsp;{postrow.ICQ_STATUS_IMG}&nbsp;{postrow.ICQ_ADD_IMG}&nbsp;{postrow.AIM_IMG}&nbsp;{postrow.YIM_IMG}&nbsp;{postrow.MSN_IMG}&nbsp;<img src="images/div.gif">&nbsp;{postrow.EDIT_IMG}&nbsp;{postrow.QUOTE_IMG}&nbsp;{postrow.PMSG_IMG}&nbsp;<img src="images/div.gif">&nbsp;{postrow.IP_IMG}&nbsp;{postrow.DELPOST_IMG}
</td>
</tr>
@@ -97,7 +97,7 @@
<td width="90%" class="tablebody" bgcolor="#CCCCCC"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="left" nowrap><b>{S_TIMEZONE}</b></td>
- <td align="right" nowrap>This topic is {PAGES} {L_PAGES} long. {PAGINATION}</td>
+ <td align="right" nowrap>This topic is {TOTAL_PAGES} {L_PAGES} long. {PAGINATION}</td>
</tr>
</table></td>
<td width="5%" class="tableheader" align="center"><a href="{U_VIEW_OLDER_TOPIC}"><img src="images/prev.gif" alt="View previous topic" border="0"></a></td>