mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 00:09:40 +01:00
filemanager: JavaScript IE8Compat myStylite Ticket#835 Send filemanager entry by mail
This commit is contained in:
parent
ed68774f22
commit
126c121210
@ -301,7 +301,7 @@ class filemanager_ui
|
|||||||
function open_mail(attachments)
|
function open_mail(attachments)
|
||||||
{
|
{
|
||||||
var link = '".egw::link('/index.php',array('menuaction' => 'felamimail.uicompose.compose'))."';
|
var link = '".egw::link('/index.php',array('menuaction' => 'felamimail.uicompose.compose'))."';
|
||||||
|
var i = 0;
|
||||||
if (!(attachments instanceof Array)) attachments = [ attachments ];
|
if (!(attachments instanceof Array)) attachments = [ attachments ];
|
||||||
|
|
||||||
for(i=0; i < attachments.length; i++)
|
for(i=0; i < attachments.length; i++)
|
||||||
|
Loading…
Reference in New Issue
Block a user