mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 13:22:06 +02:00
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
|
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();
|
e.preventDefault();
|
||||||
return false;
|
return false;
|
||||||
|
@ -96,6 +96,7 @@ class mail_hooks
|
|||||||
'mime_data' => 'formData[data]',
|
'mime_data' => 'formData[data]',
|
||||||
'formData[type]' => 'message/rfc822',
|
'formData[type]' => 'message/rfc822',
|
||||||
'mime_popup' => '870xavailHeight',
|
'mime_popup' => '870xavailHeight',
|
||||||
|
'mime_target' => '_blank'
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'entry' => 'Mail',
|
'entry' => 'Mail',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user