X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fpage_header.php;h=7ea711d077d104ddff771755a0e8eeb39ea8e5f2;hb=b44ee3f0f2ffca2217c29803f3c411e562ad937a;hp=34b041d4c39dac8bc6e2c5e1892d98ae5560c2ac;hpb=0cba960a37516e9708e41aa4e4bc5f5c5b9aa6b4;p=squirrelmail.git diff --git a/functions/page_header.php b/functions/page_header.php index 34b041d4..7ea711d0 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -89,7 +89,7 @@ function displayPageHeader($color, $mailbox, $xtra='', $session=false) { ' var newwin = window.open(comp_uri' . ', "_blank",'. '"width='.$compose_width. ',height='.$compose_height. - '",scrollbars="yes",resizable="yes");'."\n". + ',scrollbars=yes,resizable=yes");'."\n". "}\n\n"; @@ -172,11 +172,10 @@ function displayPageHeader($color, $mailbox, $xtra='', $session=false) { ' var newwin = window.open(comp_uri' . ', "_blank",'. '"width='.$compose_width. ',height='.$compose_height. - '",scrollbars="yes",resizable="yes");'."\n". + ',scrollbars=yes,resizable=yes");'."\n". "}\n\n"; } - $js .= $xtra; $js .= "// -->\n". "\n";