mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +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
2d8b8fc5dc
commit
0126030d95
@ -249,6 +249,8 @@ app.classes.filemanager = AppJS.extend(
|
||||
{
|
||||
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);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user