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/acp_forums_copy_perm.html b/phpBB/adm/style/acp_forums_copy_perm.html index 73d9e70918..acec3c1967 100644 --- a/phpBB/adm/style/acp_forums_copy_perm.html +++ b/phpBB/adm/style/acp_forums_copy_perm.html @@ -1,21 +1,22 @@ +
{L_COPY_PERMISSIONS_EXPLAIN}
+{L_ACL_LINK}
+ 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/adm/style/captcha_recaptcha.html b/phpBB/adm/style/captcha_recaptcha.html index 93fc6e7499..e4fa5dd426 100644 --- a/phpBB/adm/style/captcha_recaptcha.html +++ b/phpBB/adm/style/captcha_recaptcha.html @@ -1,13 +1,21 @@