|
@@ -166,7 +166,7 @@ function displayPageHeader($color, $mailbox, $xtra='', $session=false) {
|
|
' var newwin = window.open(comp_uri' .
|
|
' var newwin = window.open(comp_uri' .
|
|
', "_blank",'.
|
|
', "_blank",'.
|
|
'"width='.$compose_width. ',height='.$compose_height.
|
|
'"width='.$compose_width. ',height='.$compose_height.
|
|
- ',scrollbars=yes,resizable=yes");'."\n".
|
|
|
|
|
|
+ ',scrollbars=yes,resizable=yes,status=yes");'."\n".
|
|
"}\n\n";
|
|
"}\n\n";
|
|
$js .= "function comp_in_new(comp_uri) {\n".
|
|
$js .= "function comp_in_new(comp_uri) {\n".
|
|
" if (!comp_uri) {\n".
|
|
" if (!comp_uri) {\n".
|
|
@@ -175,7 +175,7 @@ function displayPageHeader($color, $mailbox, $xtra='', $session=false) {
|
|
' var newwin = window.open(comp_uri' .
|
|
' var newwin = window.open(comp_uri' .
|
|
', "_blank",'.
|
|
', "_blank",'.
|
|
'"width='.$compose_width. ',height='.$compose_height.
|
|
'"width='.$compose_width. ',height='.$compose_height.
|
|
- ',scrollbars=yes,resizable=yes");'."\n".
|
|
|
|
|
|
+ ',scrollbars=yes,resizable=yes,status=yes");'."\n".
|
|
"}\n\n";
|
|
"}\n\n";
|
|
}
|
|
}
|
|
|
|
|
|
@@ -272,13 +272,13 @@ function displayPageHeader($color, $mailbox, $xtra='', $session=false) {
|
|
$compose_height = '550';
|
|
$compose_height = '550';
|
|
}
|
|
}
|
|
$js .= "function comp_in_new(comp_uri) {\n".
|
|
$js .= "function comp_in_new(comp_uri) {\n".
|
|
- " if (!comp_uri) {\n".
|
|
|
|
- ' comp_uri = "'.$compose_uri."\";\n".
|
|
|
|
- ' }'. "\n".
|
|
|
|
|
|
+ " if (!comp_uri) {\n".
|
|
|
|
+ ' comp_uri = "'.$compose_uri."\";\n".
|
|
|
|
+ ' }'. "\n".
|
|
' var newwin = window.open(comp_uri' .
|
|
' var newwin = window.open(comp_uri' .
|
|
', "_blank",'.
|
|
', "_blank",'.
|
|
'"width='.$compose_width. ',height='.$compose_height.
|
|
'"width='.$compose_width. ',height='.$compose_height.
|
|
- ',scrollbars=yes,resizable=yes");'."\n".
|
|
|
|
|
|
+ ',scrollbars=yes,resizable=yes,status=yes");'."\n".
|
|
"}\n\n";
|
|
"}\n\n";
|
|
|
|
|
|
}
|
|
}
|