mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix missing translations in series dialogs
This commit is contained in:
parent
f9fd54dd7d
commit
80d716a8af
@ -941,7 +941,7 @@ et2_calendar_event.recur_prompt = function(event_data, callback, extra_data)
|
||||
{
|
||||
var edit_id = event_data.app_id;
|
||||
var edit_date = event_data.start;
|
||||
var egw = this.egw ? (typeof this.egw == 'function' ? this.egw() : this.egw) : (window.opener || window).egw;
|
||||
var egw = this.egw ? (typeof this.egw == 'function' ? this.egw() : this.egw) : (window.opener || window).egw('calendar');
|
||||
var that = this;
|
||||
|
||||
var extra_params = extra_data && typeof extra_data == 'object' ? extra_data : {};
|
||||
@ -1005,7 +1005,7 @@ et2_calendar_event.recur_prompt = function(event_data, callback, extra_data)
|
||||
*/
|
||||
et2_calendar_event.series_split_prompt = function(event_data, instance_date, callback)
|
||||
{
|
||||
var egw = this.egw ? (typeof this.egw == 'function' ? this.egw() : this.egw) : (window.opener || window).egw;
|
||||
var egw = this.egw ? (typeof this.egw == 'function' ? this.egw() : this.egw) : (window.opener || window).egw('calendar');
|
||||
var that = this;
|
||||
|
||||
if(typeof instance_date == 'string')
|
||||
|
Loading…
Reference in New Issue
Block a user