aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-06 01:23:27 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-06 01:23:27 +0000
commit8ca99fdbc33eab9c53160ccd76898cd315fb4db0 (patch)
treef9fe61995dd95c0a21a3628249ed27fd6598e253 /phpBB
parent1ad5e497ac8bb1e8053e1ed8152ae434b6207fb4 (diff)
downloadforums-8ca99fdbc33eab9c53160ccd76898cd315fb4db0.tar
forums-8ca99fdbc33eab9c53160ccd76898cd315fb4db0.tar.gz
forums-8ca99fdbc33eab9c53160ccd76898cd315fb4db0.tar.bz2
forums-8ca99fdbc33eab9c53160ccd76898cd315fb4db0.tar.xz
forums-8ca99fdbc33eab9c53160ccd76898cd315fb4db0.zip
Minor alterations
git-svn-id: file:///svn/phpbb/trunk@584 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/templates/PSO/viewtopic_body.tpl19
1 files changed, 15 insertions, 4 deletions
diff --git a/phpBB/templates/PSO/viewtopic_body.tpl b/phpBB/templates/PSO/viewtopic_body.tpl
index 48be94c601..0ccdcdc049 100644
--- a/phpBB/templates/PSO/viewtopic_body.tpl
+++ b/phpBB/templates/PSO/viewtopic_body.tpl
@@ -34,16 +34,27 @@
<tr>
<td><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
- <td><img src="images/posticon.gif" alt="Post image icon"><span class="gensmall">{L_POSTED}: {postrow.POST_DATE}&nbsp;&nbsp;&nbsp;&nbsp;{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
- <td align="right" valign="middle">&nbsp; {postrow.EDIT_IMG} {postrow.QUOTE_IMG} {postrow.IP_IMG}&nbsp;</td>
+ <td valign="middle"><img src="images/posticon.gif" alt="Post image icon"><span class="gensmall">{L_POSTED}: {postrow.POST_DATE}&nbsp;&nbsp;&nbsp;&nbsp;{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
+ <td align="right" valign="middle" nowrap>&nbsp; {postrow.EDIT_IMG} {postrow.QUOTE_IMG}&nbsp;</td>
+ </tr>
+ <tr>
+ <td colspan="2"><hr></td>
</tr>
</table></td>
</tr>
<tr>
- <td height="100%" valign="top"><hr><span class="gen">{postrow.MESSAGE}</span></td>
+ <td height="100%" valign="top"><span class="gen">{postrow.MESSAGE}</span></td>
</tr>
<tr>
- <td><hr><span class="gensmall"> {postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.ICQ_STATUS_IMG} {postrow.ICQ_ADD_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}</span></td>
+ <td><table width="100%" cellspacing="0" cellpadding="0" border="0">
+ <tr>
+ <td colspan="2"><hr></td>
+ </tr>
+ <tr>
+ <td valign="middle">&nbsp;{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.ICQ_STATUS_IMG} {postrow.ICQ_ADD_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}&nbsp;</td>
+ <td align="right" valign="middle">&nbsp;{postrow.IP_IMG}&nbsp;</td>
+ </tr>
+ </table></td>
</tr>
</table></td>
</tr>