diff options
Diffstat (limited to 'phpBB/adm/style/simple_header.html')
| -rw-r--r-- | phpBB/adm/style/simple_header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/simple_header.html b/phpBB/adm/style/simple_header.html index d555bc1443..ca24f3891b 100644 --- a/phpBB/adm/style/simple_header.html +++ b/phpBB/adm/style/simple_header.html @@ -79,7 +79,7 @@ function marklist(id, name, state) function find_username() { <!-- IF UA_FIND_USERNAME --> - window.open('{UA_FIND_USERNAME}', '_usersearch', 'height=500, resizable=yes, scrollbars=yes, width=740'); + window.open('{UA_FIND_USERNAME}', '_usersearch', 'height=570, resizable=yes, scrollbars=yes, width=760'); <!-- ENDIF --> return false; } @@ -99,6 +99,6 @@ function swatch(field) </script> </head> -<body> +<body class="{S_CONTENT_DIRECTION}"> <div id="page-body" style="padding: 0 10px;"> |
