forked from extern/egroupware
fix bug, regarding compose, when called, when you are in email preferences/admin
This commit is contained in:
parent
8c0e4cce64
commit
9381d36c7f
@ -493,7 +493,7 @@ class felamimail_hooks
|
||||
'menuaction' => 'felamimail.uicompose.compose'
|
||||
);
|
||||
$file += array(
|
||||
'Compose' => "javascript:egw_openWindowCentered('".egw::link('/index.php', $linkData,false)."','compose',700,750);",
|
||||
'Compose' => "javascript:egw_openWindowCentered2('".egw::link('/index.php', $linkData,false)."','compose',700,750,'no','$appname');",
|
||||
);
|
||||
}
|
||||
// buttons
|
||||
|
Loading…
Reference in New Issue
Block a user