mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fixed on [Save] not closing edit window
This commit is contained in:
parent
4df3295cce
commit
0d9de3a9bc
@ -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')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user