Fix calendar Action->Infolog opens not as popup

This commit is contained in:
Hadi Nategh 2014-07-21 09:38:35 +00:00
parent cdd295fd5c
commit 1960c8c7f7

View File

@ -698,7 +698,7 @@ app.classes.calendar = AppJS.extend(
this.et2._inst.submit();
break;
case 'infolog':
this.egw.open_link('infolog.infolog_ui.edit&action=calendar&action_id='+($j.isPlainObject(event)?event['id']:event),'_self','700x600','infolog');
this.egw.open_link('infolog.infolog_ui.edit&action=calendar&action_id='+($j.isPlainObject(event)?event['id']:event),'_blank','700x600','infolog');
this.et2._inst.submit();
break;
case 'ical':