diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-09-12 12:53:06 -0700 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-09-12 12:53:06 -0700 |
commit | 4d14bdbf1307e020533dbe816a0754b049fe1657 (patch) | |
tree | c4dab590f506ca4048dd5975d37bb5bcb2e25121 /phpBB/styles/prosilver/template | |
parent | c1557cf78d7463f9b92047a4a908e7287606a9d7 (diff) | |
parent | 77845e366e8a5578ad740186cf71d75be32694bc (diff) | |
download | forums-4d14bdbf1307e020533dbe816a0754b049fe1657.tar forums-4d14bdbf1307e020533dbe816a0754b049fe1657.tar.gz forums-4d14bdbf1307e020533dbe816a0754b049fe1657.tar.bz2 forums-4d14bdbf1307e020533dbe816a0754b049fe1657.tar.xz forums-4d14bdbf1307e020533dbe816a0754b049fe1657.zip |
Merge pull request #1698 from rechosen/ticket/11829
[ticket/11829] Use report_closed to determine status in MCP report_details
Diffstat (limited to 'phpBB/styles/prosilver/template')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_post.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html index f8403ffccd..11f63a3ea2 100644 --- a/phpBB/styles/prosilver/template/mcp_post.html +++ b/phpBB/styles/prosilver/template/mcp_post.html @@ -13,7 +13,7 @@ <div class="postbody"> <h3>{L_REPORT_REASON}: {REPORT_REASON_TITLE}</h3> <p class="author">{L_REPORTED} {L_POST_BY_AUTHOR} {REPORTER_FULL} « {REPORT_DATE}</p> - <!-- IF not S_POST_REPORTED --> + <!-- IF S_REPORT_CLOSED --> <p class="rules">{L_REPORT_CLOSED}</p> <!-- ENDIF --> <div class="content"> @@ -31,7 +31,7 @@ <form method="post" id="mcp_report" action="{S_CLOSE_ACTION}"> <fieldset class="submit-buttons"> - <!-- IF S_POST_REPORTED --> + <!-- IF not S_REPORT_CLOSED --> <input class="button1" type="submit" value="{L_CLOSE_REPORT}" name="action[close]" /> <!-- ENDIF --> <input class="button2" type="submit" value="{L_DELETE_REPORT}" name="action[delete]" /> |