replacing admins own openwindow with egw_openWindowCentered2

This commit is contained in:
Ralf Becker
2010-06-02 18:28:27 +00:00
parent ea57302fce
commit 13ff6543cf
9 changed files with 1 additions and 58 deletions

View File

@@ -104,7 +104,7 @@ class admin_prefs_sidebox_hooks
if (! $GLOBALS['egw']->acl->check('info_access',1,'admin'))
{
$file['phpInfo'] = "javascript:openwindow('" . egw::link('/admin/phpinfo.php') . "')"; //egw::link('/admin/phpinfo.php');
$file['phpInfo'] = "javascript:egw_openWindowCentered2('" . egw::link('/admin/phpinfo.php','',false) . "','phpinfoWindow',700,600,'yes')";
}
$file['Admin queue and history'] = egw::link('/index.php','menuaction=admin.admin_cmds.index');
$file['Remote administration instances'] = egw::link('/index.php','menuaction=admin.admin_cmds.remotes');