Fix calendar Action->Infolog opens not as popup

This commit is contained in:
Hadi Nategh 2014-07-21 10:19:45 +00:00
parent 7cb86cfe23
commit d0cfbf45ea

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':