forked from extern/egroupware
Fix eml attached files not getting opened in popup
This commit is contained in:
parent
59a47e405a
commit
caffcee09d
@ -245,7 +245,7 @@ var et2_description = expose(et2_baseWidget.extend([et2_IDetachedDOM],
|
||||
}
|
||||
else
|
||||
{
|
||||
egw(window).open_link(self.options.mime_data || self.options.href, self.options.extra_link_target, self.options.extra_link_popup, null, null, self.options.mime);
|
||||
egw(window).open_link(self.options.mime_data || self.options.href, self.options.extra_link_title, self.options.extra_link_popup, null, null, self.options.mime);
|
||||
}
|
||||
e.preventDefault();
|
||||
return false;
|
||||
|
@ -96,6 +96,7 @@ class mail_hooks
|
||||
'mime_data' => 'formData[data]',
|
||||
'formData[type]' => 'message/rfc822',
|
||||
'mime_popup' => '870xavailHeight',
|
||||
'mime_target' => '_blank'
|
||||
),
|
||||
),
|
||||
'entry' => 'Mail',
|
||||
|
Loading…
Reference in New Issue
Block a user