mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-10 23:40:39 +01:00
* Filemanager: open compose for mail files in html mode as links section looks a lot nicer in html
This commit is contained in:
parent
81d59421d1
commit
80b5a09abd
@ -248,6 +248,8 @@ app.classes.filemanager = AppJS.extend(
|
|||||||
{
|
{
|
||||||
params['preset[file]['+i+']'] = 'vfs://default'+attachments[i];
|
params['preset[file]['+i+']'] = 'vfs://default'+attachments[i];
|
||||||
}
|
}
|
||||||
|
// always open compose in html mode, as attachment links look a lot nicer in html
|
||||||
|
params.mimeType = 'html';
|
||||||
egw.open('', 'mail', 'add', params);
|
egw.open('', 'mail', 'add', params);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user