aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/posting_preview.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/subSilver/template/posting_preview.html')
-rw-r--r--phpBB/styles/subSilver/template/posting_preview.html64
1 files changed, 33 insertions, 31 deletions
diff --git a/phpBB/styles/subSilver/template/posting_preview.html b/phpBB/styles/subSilver/template/posting_preview.html
index 862d85bf0e..4bb98fbd7d 100644
--- a/phpBB/styles/subSilver/template/posting_preview.html
+++ b/phpBB/styles/subSilver/template/posting_preview.html
@@ -1,12 +1,12 @@
<table class="tablebg" width="100%" cellspacing="1">
- <tr>
- <th>{L_PREVIEW}</th>
- </tr>
- <tr>
- <td class="row1">{MINI_POST_IMG}<span class="postdetails">{L_POSTED}: {POST_DATE} &nbsp;&nbsp;&nbsp; {L_POST_SUBJECT}: {PREVIEW_SUBJECT}</span></td>
- </tr>
- <!-- IF S_HAS_POLL_OPTIONS -->
+<tr>
+ <th>{L_PREVIEW}</th>
+</tr>
+<tr>
+ <td class="row1">{MINI_POST_IMG}<span class="postdetails">{L_POSTED}: {POST_DATE} &nbsp;&nbsp;&nbsp; {L_POST_SUBJECT}: {PREVIEW_SUBJECT}</span></td>
+</tr>
+<!-- IF S_HAS_POLL_OPTIONS -->
<tr>
<td class="row2" colspan="2" align="center"><br clear="all" />
<table cellspacing="0" cellpadding="4" border="0" align="center">
@@ -17,16 +17,16 @@
<td align="center">
<table cellspacing="0" cellpadding="2" border="0">
<!-- BEGIN poll_option -->
- <tr>
- <td>
+ <tr>
+ <td>
<!-- IF S_IS_MULTI_CHOICE -->
<input type="checkbox" class="radio" name="vote_id" value="" />
<!-- ELSE -->
<input type="radio" class="radio" name="vote_id" value="" />
<!-- ENDIF -->
- </td>
- <td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
- </tr>
+ </td>
+ <td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>
+ </tr>
<!-- END poll_option -->
</table>
</td>
@@ -37,32 +37,34 @@
</table>
</td>
</tr>
- <!-- ENDIF -->
- <tr>
- <td class="row1"><table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td><div class="postbody">{PREVIEW_MESSAGE}</div>
- <!-- IF S_HAS_ATTACHMENTS -->
+<!-- ENDIF -->
+<tr>
+ <td class="row1">
+ <table width="100%" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td><div class="postbody">{PREVIEW_MESSAGE}</div>
+ <!-- IF S_HAS_ATTACHMENTS -->
<br clear="all" /><br />
<table class="tablebg" width="100%" cellspacing="1">
- <tr>
- <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>
- </tr>
- <!-- BEGIN attachment -->
+ <tr>
+ <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>
+ </tr>
+ <!-- BEGIN attachment -->
<tr>
<td class="row2">{attachment.DISPLAY_ATTACHMENT}</td>
</tr>
- <!-- END attachment -->
+ <!-- END attachment -->
</table>
- <!-- ENDIF -->
- <!-- IF PREVIEW_SIGNATURE --><span class="postbody"><br />_________________<br />{PREVIEW_SIGNATURE}</span><!-- ENDIF --></td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td class="spacer"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
- </tr>
+ <!-- ENDIF -->
+ <!-- IF PREVIEW_SIGNATURE --><span class="postbody"><br />_________________<br />{PREVIEW_SIGNATURE}</span><!-- ENDIF --></td>
+ </tr>
+ </table>
+ </td>
+</tr>
+<tr>
+ <td class="spacer"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
+</tr>
</table>
<br clear="all" />