diff --git a/phpBB/adm/style/acp_logs.html b/phpBB/adm/style/acp_logs.html
index 11ab5faa9c..155917e84f 100644
--- a/phpBB/adm/style/acp_logs.html
+++ b/phpBB/adm/style/acp_logs.html
@@ -22,13 +22,14 @@
{L_IP} |
{L_TIME} |
{L_ACTION} |
- {L_MARK} |
+
+ {L_MARK} |
+
|
-
{log.USERNAME}
@@ -38,32 +39,27 @@
| {log.IP} |
{log.DATE} |
{log.ACTION} {log.DATA} |
- |
+
+ |
+
-
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index acc96098c7..e6b0421bec 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -130,6 +130,7 @@
[Fix] Fixed reapply_sid() to correctly strip session id in certain circumstances (Bug #43125 - Patch by leviatan21)
[Fix] Correctly state why one language pack is marked with an asterisk in the ACP. (Bug #37565 - Patch by bantu)
[Fix] Correctly check if install directory is still present. (Bug #46965 - Patch by rxu)
+ [Fix] Correctly display ACP logs options, without permission to clear logs. (Bug #24155 - 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.
@@ -983,4 +984,4 @@