diff options
Diffstat (limited to 'phpBB/templates/PSO/posting_preview.tpl')
-rw-r--r-- | phpBB/templates/PSO/posting_preview.tpl | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/phpBB/templates/PSO/posting_preview.tpl b/phpBB/templates/PSO/posting_preview.tpl deleted file mode 100644 index 256f8fa00d..0000000000 --- a/phpBB/templates/PSO/posting_preview.tpl +++ /dev/null @@ -1,29 +0,0 @@ - -<table width="90%" border="0" cellpadding="0" cellspacing="0" align="center"> - <tr> - <td class="tablebg"><table border="0" cellpadding="4" cellspacing="1" width="100%"> - <tr> - <td class="cat"><table width="100%" cellspacing="0" cellpadding="0" border="0"> - <tr> - <td><span class="cattitle"><b>{L_PREVIEW}</b></span></td> - </tr> - </table></td> - </tr> - <tr> - <th> {L_MESSAGE} </th> - </tr> - <tr bgcolor="{T_TD_COLOR1}"> - <td height="100%"><table width="100%" height="100%" cellspacing="1" cellpadding="0" border="0"> - <tr> - <td><img src="images/icon_minipost.gif" alt="Post image icon" /><span class="gensmall">{L_POSTED}: {POST_DATE} Post Subject: {POST_SUBJECT}</span><hr /></td> - </tr> - <tr> - <td height="100%" valign="top"><span class="gen">{MESSAGE}</span></td> - </tr> - </table></td> - </tr> - </table></td> - </tr> -</table> - -<br clear="all" /> |