From edd57359c8bfbc3ccd0f05a83b88d23da078d109 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 31 Jan 2010 14:47:34 +0000 Subject: [PATCH] Hopefully nobody will notice me sneaking this one in: Fix javascript bug in the smilies ACP. #55725 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10463 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/acp_icons.html | 6 +++--- phpBB/docs/CHANGELOG.html | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/phpBB/adm/style/acp_icons.html b/phpBB/adm/style/acp_icons.html index 10166fec35..eedf39b440 100644 --- a/phpBB/adm/style/acp_icons.html +++ b/phpBB/adm/style/acp_icons.html @@ -139,9 +139,9 @@ - + {S_ADD_ORDER_LIST_DISPLAY} + {S_ADD_ORDER_LIST_UNDISPLAY} diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index efcb31bfe0..9f6b886932 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -152,6 +152,7 @@
  • [Fix] Styles adjustment to correctly display an order of rtl/ltr mixed content. (Bugs #55485, #55545)
  • [Fix] Fix language string for PM-Reports refering to post-data. (Bug #54745)
  • [Fix] Do not store email templates in database. (Bug #54505)
  • +
  • [Fix] Fix javascript bug in the smilies ACP. (Bug #55725)
  • [Change] Move redirect into a hidden field to avoid issues with mod_security. (Bug #54145)
  • [Change] Log activation through inactive users ACP. (Bug #30145)
  • [Change] Send time of last item instead of current time in ATOM Feeds. (Bug #53305)