diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_post.html')
| -rw-r--r-- | phpBB/styles/subSilver/template/mcp_post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_post.html b/phpBB/styles/subSilver/template/mcp_post.html index fd25f6f663..f5e85d44c1 100644 --- a/phpBB/styles/subSilver/template/mcp_post.html +++ b/phpBB/styles/subSilver/template/mcp_post.html @@ -43,7 +43,7 @@ </tr> <tr> <td class="row1"><b class="gen">{L_POST_SUBJECT}: </b></td> - <td class="row2"><span class="gen">{POST_SUBJECT}</span></td> + <td class="row2"><span class="gen">{POST_SUBJECT}</span> <!-- IF S_POST_UNAPPROVED --><span class="postapprove">{UNAPPROVED_IMG} <a href="{U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span> <!-- ENDIF --> <!-- IF S_POST_REPORTED --><span class="postreported">{REPORTED_IMG} <a href="{U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF --></td> </tr> <tr> <td class="row1" width="20%"><b class="gen">{L_POSTER}: </b></td> |
