From 485576395cf99297ff54046079b409eb9c59a1d1 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 30 Sep 2009 15:07:40 +0000 Subject: [PATCH] Revert revisions r10176 and r9647 - Bug #45975, #51505 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10200 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/index.php | 2 +- phpBB/adm/style/admin.css | 2 -- phpBB/docs/CHANGELOG.html | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index b6b251d2fc..26f934f6bf 100644 --- a/phpBB/adm/index.php +++ b/phpBB/adm/index.php @@ -246,7 +246,7 @@ function h_radio($name, &$input_ary, $input_default = false, $id = false, $key = foreach ($input_ary as $value => $title) { $selected = ($input_default !== false && $value == $input_default) ? ' checked="checked"' : ''; - $html .= ' '; + $html .= ''; $id_assigned = true; } diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 9888ad3797..5f1f01c0a9 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -195,7 +195,6 @@ li { width: 76%; margin: 0 0 0 3%; min-height: 350px; - overflow-x: auto; } .rtl #main { @@ -205,7 +204,6 @@ li { * html #main { height: 350px; - overflow-x: visible; } #page-body.simple-page-body { diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 6a947d259c..d59fd67a65 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -94,7 +94,7 @@
  • [Fix] Show report button in prosilver for guests who are allowed to report posts. (Bug #45695 - Patch by bantu)
  • [Fix] Correctly show private message history (Bug #46065 - Patch by bantu)
  • [Fix] Various XHTML mistakes in prosilver, subsilver2 and the ACP. (Bugs #25545 - Patch by bantu, #26315, #38555, #45505 - Patch by Raimon, #45785, #45865, #47085 - Patch by Raimon)
  • -
  • [Fix] Fix some ACP style issues (Bug #45975 - Patch by leviatan21, Bug #16109 - Patch by prototech)
  • +
  • [Fix] Fix some ACP style issues (Bug #16109 - Patch by prototech)
  • [Fix] Move post bump information markup to the template. (Bug #34295 - Patch by bantu)
  • [Fix] Show error in the ACP when template folder is not readable. (Bug #45705 - Patch by bantu)
  • [Fix] Adjust viewonline filename regular expression to be less strict. (Bug #46215 - Patch by bantu)