diff options
-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> |