fixed on [Save] not closing edit window

This commit is contained in:
Ralf Becker 2013-03-08 07:43:05 +00:00
parent 4df3295cce
commit 0d9de3a9bc

View File

@ -1667,7 +1667,7 @@ class addressbook_ui extends addressbook_bo
{
egw_link::link('addressbook',$content['id'],$links);
}
$content['js'] = "opener.egw_refresh('".str_replace("'","\\'",$content['msg'])."','addressbook',{$content['id']}, '" . ($content['id'] ? 'update' : 'add') . "', opener.egw_getAppName())";
$content['js'] = "opener.egw_refresh('".str_replace("'","\\'",$content['msg'])."','addressbook',{$content['id']}, '" . ($content['id'] ? 'update' : 'add') . "', opener.egw_getAppName());";
if ($button == 'save')
{