aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default/posting_preview.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/Default/posting_preview.tpl')
-rwxr-xr-xphpBB/templates/Default/posting_preview.tpl28
1 files changed, 0 insertions, 28 deletions
diff --git a/phpBB/templates/Default/posting_preview.tpl b/phpBB/templates/Default/posting_preview.tpl
deleted file mode 100755
index 6d33772c47..0000000000
--- a/phpBB/templates/Default/posting_preview.tpl
+++ /dev/null
@@ -1,28 +0,0 @@
-<tr>
- <td>
- <table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
- <tr>
- <td>
- <table border="0" width="100%" cellpadding="3" cellspacing="1">
- <tr class="tableheader">
- <td width="15%">Author</td>
- <td colspan="2">{TOPIC_TITLE}</td>
- </tr>
- <tr bgcolor="{ROW_COLOR}" class="tablebody">
- <td width="20%" align="left" valign="top" nowrap rowspan="2">
- <font style="{font-size: 10pt; font-weight: bold;}">{POSTER_NAME}</font><br>
- </td>
- <td><i><b>{TOPIC_TITLE}</b></i></td>
- <td align="right" width="15%"><img src="images/posticon.gif"><font style="{font-size: 8pt;}">{L_POSTED}: {POST_DATE}</font></td>
- </tr>
- <tr bgcolor="{ROW_COLOR}" class="tablebody">
- <td colspan="3">
- {MESSAGE}
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
-</tr> \ No newline at end of file