diff options
Diffstat (limited to 'phpBB/templates/subSilver/posting_preview.html')
-rw-r--r-- | phpBB/templates/subSilver/posting_preview.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/posting_preview.html b/phpBB/templates/subSilver/posting_preview.html new file mode 100644 index 0000000000..8da3409dcd --- /dev/null +++ b/phpBB/templates/subSilver/posting_preview.html @@ -0,0 +1,23 @@ + +<table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0"> + <tr> + <th height="25" class="thHead">{L_PREVIEW}</th> + </tr> + <tr> + <td class="row1"><img src="templates/subSilver/images/icon_minipost.gif" alt="{L_POST}" /><span class="postdetails">{L_POSTED}: {POST_DATE} {L_POST_SUBJECT}: {POST_SUBJECT}</span></td> + </tr> + <tr> + <td class="row1"><table width="100%" border="0" cellspacing="0" cellpadding="0"> + <tr> + <td> + <span class="postbody">{MESSAGE}</span> + </td> + </tr> + </table></td> + </tr> + <tr> + <td class="spaceRow" height="1"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" /></td> + </tr> +</table> + +<br clear="all" /> |