mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 10:31:24 +02:00
feature: preview allows now to open an attached messages download window, wich displays the subject of the message in preview and its attachments
This commit is contained in:
@ -454,6 +454,10 @@ function fm_readMessage(_url, _windowName, _node) {
|
||||
xajax_doXMLHTTP("felamimail.ajaxfelamimail.refreshFolder");
|
||||
}
|
||||
|
||||
function fm_readAttachments(_url, _windowName, _node) {
|
||||
egw_openWindowCentered(_url, _windowName, 750, 220);
|
||||
}
|
||||
|
||||
function fm_clearSearch() {
|
||||
var inputQuickSearch = document.getElementById('quickSearch');
|
||||
var status = document.getElementById('status').value;
|
||||
|
Reference in New Issue
Block a user