diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index dec096bf48..acef0e5de0 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -133,6 +133,7 @@
[Fix] Correct banned user behaviour when "force password change" is enabled (Bug #47145 - Patch by nickvergessen and leviatan21 )
[Fix] Correctly display ACP logs options, without permission to clear logs. (Bug #24155 - Patch by leviatan21)
[Fix] Display topic icons in MCP forum view again (only prosilver).
+ [Fix] Properly display post status messages in topic when post is reported and unapproved (Bug #44455 - Patch by leviatan21)
[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.
[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)
[Change] Template engine now permits to a limited extent variable includes.
diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html
index 996d8cf1a2..db36ebf5ac 100644
--- a/phpBB/styles/prosilver/template/mcp_topic.html
+++ b/phpBB/styles/prosilver/template/mcp_topic.html
@@ -113,7 +113,7 @@ onload_functions.push('subPanels()');
- {UNAPPROVED_IMG} {L_POST_UNAPPROVED}
+ {UNAPPROVED_IMG} {L_POST_UNAPPROVED}
{REPORTED_IMG} {L_POST_REPORTED}
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index c1d232eee2..065eb5a1ae 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -140,7 +140,7 @@
- {UNAPPROVED_IMG} {L_POST_UNAPPROVED}
+ {UNAPPROVED_IMG} {L_POST_UNAPPROVED}
{REPORTED_IMG} {L_POST_REPORTED}
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 7178fa6e42..956c1b278f 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -611,6 +611,7 @@ p.rules {
p.rules img {
vertical-align: middle;
+ padding-top: 5px;
}
p.rules a {
diff --git a/phpBB/styles/subsilver2/template/mcp_topic.html b/phpBB/styles/subsilver2/template/mcp_topic.html
index 4accce54d8..12c0f73b97 100644
--- a/phpBB/styles/subsilver2/template/mcp_topic.html
+++ b/phpBB/styles/subsilver2/template/mcp_topic.html
@@ -111,8 +111,8 @@
- {UNAPPROVED_IMG} {L_POST_UNAPPROVED}
- {REPORTED_IMG}{L_POST_REPORTED}
+ {UNAPPROVED_IMG} {L_POST_UNAPPROVED}
+ {REPORTED_IMG} {L_POST_REPORTED}
|
{postrow.MINI_POST_IMG} |
{L_POSTED}: {postrow.POST_DATE} |
diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html
index 43611daf76..794129b22f 100644
--- a/phpBB/styles/subsilver2/template/viewtopic_body.html
+++ b/phpBB/styles/subsilver2/template/viewtopic_body.html
@@ -210,7 +210,7 @@
diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css
index 62baa33566..cd6770e6c2 100644
--- a/phpBB/styles/subsilver2/theme/stylesheet.css
+++ b/phpBB/styles/subsilver2/theme/stylesheet.css
@@ -227,6 +227,7 @@ p.topicdetails {
.postapprove img, .postreported img {
vertical-align: bottom;
+ padding-top: 5px;
}
.postauthor {