From 9b3ffb02c2fe867c46b91f785222c99a83e58f31 Mon Sep 17 00:00:00 2001 From: Gabriel Vazquez Date: Tue, 23 Jun 2009 14:01:09 +0000 Subject: [PATCH] Fixed Bug #24155 - mark buttons in acp with logs Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9661 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/acp_logs.html | 45 +++++++++++++++++++---------------- phpBB/docs/CHANGELOG.html | 3 ++- 2 files changed, 26 insertions(+), 22 deletions(-) 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} - + + + - +
+ {L_DISPLAY_LOG}:  {S_LIMIT_DAYS} {L_SORT_BY}: {S_SORT_KEY} {S_SORT_DIR} + + {S_FORM_TOKEN} +
+
-
-

{L_NO_ENTRIES}

-
- - - - -
- {L_DISPLAY_LOG}:  {S_LIMIT_DAYS} {L_SORT_BY}: {S_SORT_KEY} {S_SORT_DIR} - - {S_FORM_TOKEN} -
-
- + +
{L_SELECT_FORUM}: @@ -79,7 +75,14 @@
+ + +
+

{L_NO_ENTRIES}

+
+ + - \ 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 @@ - \ No newline at end of file +