diff options
| -rw-r--r-- | phpBB/templates/PSO/privmsgs_read_body.tpl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/templates/PSO/privmsgs_read_body.tpl b/phpBB/templates/PSO/privmsgs_read_body.tpl index 1004b4abf2..0411efb519 100644 --- a/phpBB/templates/PSO/privmsgs_read_body.tpl +++ b/phpBB/templates/PSO/privmsgs_read_body.tpl @@ -5,7 +5,7 @@ </table></div> <div align="center"><table border="0" cellpadding="1" cellspacing="0" width="98%"> - <tr> + <tr><form method="post" action="{S_PRIVMSGS_ACTION}"> <td bgcolor="{T_TH_COLOR1}"><table border="0" cellpadding="4" cellspacing="1" width="100%"> <tr> <td colspan="2" bgcolor="{T_TH_COLOR2}"><table width="100%" cellspacing="0" cellpadding="0" border="0"> @@ -33,7 +33,7 @@ <td height="100%" valign="top"><font face="{T_FONTFACE3}" size="{T_FONTSIZE2}" color="{T_FONTCOLOR1}">{MESSAGE}</font></td> </tr> <tr> - <td><hr><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{PROFILE_IMG} {EMAIL_IMG} {WWW_IMG} {ICQ_STATUS_IMG} {ICQ_ADD_IMG} {AIM_IMG} {YIM_IMG} {MSN_IMG} <img src="images/div.gif"> {QUOTE_IMG} </font></td> + <td><hr><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{PROFILE_IMG} {EMAIL_IMG} {WWW_IMG} {ICQ_STATUS_IMG} {ICQ_ADD_IMG} {AIM_IMG} {YIM_IMG} {MSN_IMG} <img src="images/div.gif"> {QUOTE_IMG} {EDIT_IMG} </font></td> </tr> </table></td> </tr> @@ -41,11 +41,12 @@ <td colspan="2" bgcolor="{T_TH_COLOR2}"><table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td width="140" align="left" valign="middle" nowrap>{S_POST_NEW_MSG} {S_POST_REPLY_MSG}</td> + <td align="right" valign="middle">{S_HIDDEN_FIELDS}<input type="submit" name="save" value="Save Post"> <input type="submit" name="delete" value="Delete Post"></td> </tr> </table></td> </tr> </table></td> - </tr> + </form></tr> </table></div> <div align="center"><table cellspacing="2" border="0" width="98%"> |
