diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-06 01:23:27 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-06 01:23:27 +0000 |
| commit | 8ca99fdbc33eab9c53160ccd76898cd315fb4db0 (patch) | |
| tree | f9fe61995dd95c0a21a3628249ed27fd6598e253 /phpBB | |
| parent | 1ad5e497ac8bb1e8053e1ed8152ae434b6207fb4 (diff) | |
| download | forums-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.tpl | 19 |
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} {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> - <td align="right" valign="middle"> {postrow.EDIT_IMG} {postrow.QUOTE_IMG} {postrow.IP_IMG} </td> + <td valign="middle"><img src="images/posticon.gif" alt="Post image icon"><span class="gensmall">{L_POSTED}: {postrow.POST_DATE} {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> + <td align="right" valign="middle" nowrap> {postrow.EDIT_IMG} {postrow.QUOTE_IMG} </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"> {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} </td> + <td align="right" valign="middle"> {postrow.IP_IMG} </td> + </tr> + </table></td> </tr> </table></td> </tr> |
