diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/adm/style/overall_header.html | 2 | ||||
| -rw-r--r-- | phpBB/adm/style/simple_header.html | 2 | ||||
| -rw-r--r-- | phpBB/includes/acp/acp_search.php | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index fdd39abe6d..a80fa4c78d 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -83,7 +83,7 @@ function marklist(id, name, state) */ function trace(link) { - window.open(link.replace(/&/g, '&'), '_trace', 'height=515, resizable=yes, scrollbars=yes, width=680'); + window.open(link.replace(/&/g, '&'), '_trace', 'height=515, resizable=yes, scrollbars=yes, width=750'); return false; } diff --git a/phpBB/adm/style/simple_header.html b/phpBB/adm/style/simple_header.html index ca24f3891b..9d723a4f63 100644 --- a/phpBB/adm/style/simple_header.html +++ b/phpBB/adm/style/simple_header.html @@ -101,4 +101,4 @@ function swatch(field) <body class="{S_CONTENT_DIRECTION}"> -<div id="page-body" style="padding: 0 10px;"> +<div id="page-body" style="padding: 0; padding-right: 10px;"> diff --git a/phpBB/includes/acp/acp_search.php b/phpBB/includes/acp/acp_search.php index 2353150c03..e647a3d0b0 100644 --- a/phpBB/includes/acp/acp_search.php +++ b/phpBB/includes/acp/acp_search.php @@ -25,6 +25,9 @@ class acp_search $user->add_lang('acp/search'); + // For some this may be of help... + @ini_set('memory_limit', '128M'); + switch ($mode) { case 'settings': |
