mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Mail: Increase height of import message popup
This commit is contained in:
parent
861d830ca9
commit
2ed964d4d7
@ -559,7 +559,7 @@ class mail_hooks
|
||||
);
|
||||
|
||||
$file = array(
|
||||
'import message' => "javascript:egw_openWindowCentered2('".Egw::link('/index.php', $linkData,false)."','importMessageDialog',600,100,'no','$appname');",
|
||||
'import message' => "javascript:egw_openWindowCentered2('" . Egw::link('/index.php', $linkData, false) . "','importMessageDialog',600,180,'no','$appname');",
|
||||
);
|
||||
|
||||
// create account wizard
|
||||
|
Loading…
Reference in New Issue
Block a user