aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/posting_review.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/subSilver/template/posting_review.html')
-rw-r--r--phpBB/styles/subSilver/template/posting_review.html59
1 files changed, 28 insertions, 31 deletions
diff --git a/phpBB/styles/subSilver/template/posting_review.html b/phpBB/styles/subSilver/template/posting_review.html
index 005c5a5c91..4964cacd05 100644
--- a/phpBB/styles/subSilver/template/posting_review.html
+++ b/phpBB/styles/subSilver/template/posting_review.html
@@ -1,26 +1,24 @@
+
<table class="tablebg" width="100%" cellspacing="1">
- <tr>
- <th align="center">{L_POST_REVIEW}</th>
- </tr>
- <tr>
- <td class="row1" align="center"><span class="gen">{L_POST_REVIEW_EXPLAIN}</span></td>
- </tr>
- <tr>
- <td class="spacer"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
- </tr>
- <tr>
- <td class="row1"><table class="tablebg" width="100%" cellspacing="1">
- <tr>
- <th width="22%">{L_AUTHOR}</th>
- <th>{L_MESSAGE}</th>
- </tr>
- <!-- BEGIN post_review_row -->
+<tr>
+ <th align="center">{L_POST_REVIEW}</th>
+</tr>
+<tr>
+ <td class="row1" align="center"><span class="gen">{L_POST_REVIEW_EXPLAIN}</span></td>
+</tr>
+<tr>
+ <td class="spacer"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
+</tr>
+<tr>
+ <td class="row1">
+ <table class="tablebg" width="100%" cellspacing="1">
+ <tr>
+ <th width="22%">{L_AUTHOR}</th>
+ <th>{L_MESSAGE}</th>
+ </tr>
+ <!-- BEGIN post_review_row -->
- <!-- IF post_review_row.S_ROW_COUNT is even -->
- <tr class="row1">
- <!-- ELSE -->
- <tr class="row2">
- <!-- ENDIF -->
+ <!-- IF post_review_row.S_ROW_COUNT is even --> <tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
<td rowspan="2" align="left" valign="top"><a name="{post_review_row.U_POST_ID}"></a>
<table width="150" cellspacing="0" cellpadding="4" border="0">
@@ -41,13 +39,10 @@
</td>
</tr>
- <!-- IF post_review_row.S_ROW_COUNT is even -->
- <tr class="row1">
- <!-- ELSE -->
- <tr class="row2">
- <!-- ENDIF -->
+ <!-- IF post_review_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
- <td valign="top"><table width="100%" cellspacing="0">
+ <td valign="top">
+ <table width="100%" cellspacing="0">
<tr>
<td valign="top">
<table width="100%" cellspacing="0" cellpadding="2">
@@ -68,14 +63,16 @@
</table>
</td>
</tr>
- </table></td>
+ </table>
+ </td>
</tr>
<tr>
<td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
- <!-- END post_review_row -->
- </table></td>
- </tr>
+ <!-- END post_review_row -->
+ </table>
+ </td>
+</tr>
</table>
<br clear="all" /> \ No newline at end of file