mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 15:45:34 +02:00
Erm yeah that bit is kinda important (fixing r8993)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8995 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
55d8d97d2f
commit
980cb2e5bb
@ -65,7 +65,7 @@ class mcp_reports
|
|||||||
{
|
{
|
||||||
case 'report_details':
|
case 'report_details':
|
||||||
|
|
||||||
$user->add_lang(array('posting', 'viewforum'));
|
$user->add_lang(array('posting', 'viewforum', 'viewtopic'));
|
||||||
|
|
||||||
$post_id = request_var('p', 0);
|
$post_id = request_var('p', 0);
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
<td valign="top">
|
<td valign="top">
|
||||||
<table width="100%" cellspacing="0" cellpadding="2">
|
<table width="100%" cellspacing="0" cellpadding="2">
|
||||||
<tr>
|
<tr>
|
||||||
<td><div class="postbody">{history_row.MESSAGE}</div><div id="message_{history_row.MSG_ID}">{history_row.DECODED_MESSAGE}</div></td>
|
<td><div class="postbody">{history_row.MESSAGE}</div><div id="message_{history_row.MSG_ID}" style="display: none;">{history_row.DECODED_MESSAGE}</div></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user