aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-07-01 21:52:04 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-07-01 21:54:47 +0530
commit045e04fb6fa55ae96ba82245010a684cd2d61e5d (patch)
treebb992803a9f3d6b6cfd89e556d2e8c84ff81a77c /phpBB
parentd4645575fdf0b787721fb8c8a240d2bd01e784f2 (diff)
downloadforums-045e04fb6fa55ae96ba82245010a684cd2d61e5d.tar
forums-045e04fb6fa55ae96ba82245010a684cd2d61e5d.tar.gz
forums-045e04fb6fa55ae96ba82245010a684cd2d61e5d.tar.bz2
forums-045e04fb6fa55ae96ba82245010a684cd2d61e5d.tar.xz
forums-045e04fb6fa55ae96ba82245010a684cd2d61e5d.zip
[ticket/11566] Subsilver template error displayed after table headers
PHPBB3-11561
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/subsilver2/template/report_body.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/subsilver2/template/report_body.html b/phpBB/styles/subsilver2/template/report_body.html
index 1653875799..57747ffac0 100644
--- a/phpBB/styles/subsilver2/template/report_body.html
+++ b/phpBB/styles/subsilver2/template/report_body.html
@@ -3,15 +3,15 @@
<form method="post" id="report" action="{S_REPORT_ACTION}">
<table class="tablebg" width="100%" cellspacing="1">
+<tr>
+ <th colspan="2"><!-- IF S_REPORT_POST -->{L_REPORT_POST}<!-- ELSE -->{L_REPORT_MESSAGE}<!-- ENDIF --></th>
+</tr>
<!-- IF ERROR -->
<tr>
- <td class="row3" colspan="2" align="center"><span class="gensmall error">{ERROR}</span></td>
+ <td class="row3" colspan="2" align="center"><span class="genmed error">{ERROR}</span></td>
</tr>
<!-- ENDIF -->
<tr>
- <th colspan="2"><!-- IF S_REPORT_POST -->{L_REPORT_POST}<!-- ELSE -->{L_REPORT_MESSAGE}<!-- ENDIF --></th>
-</tr>
-<tr>
<td class="row3" colspan="2"><span class="gensmall"><!-- IF S_REPORT_POST -->{L_REPORT_POST_EXPLAIN}<!-- ELSE -->{L_REPORT_MESSAGE_EXPLAIN}<!-- ENDIF --></span></td>
</tr>
<tr>