mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
* eMail: fix for inline image not displayed in print preview
This commit is contained in:
parent
e6c3fafbef
commit
1796e904bb
@ -1854,6 +1854,7 @@ blockquote[type=cite] {
|
||||
$rawheaders = $this->bofelamimail->getMessageRawHeader($this->uid, $partID);
|
||||
$bodyParts = $this->bofelamimail->getMessageBody($this->uid,'',$partID);
|
||||
$attachments = $this->bofelamimail->getMessageAttachments($this->uid,$partID, '',true);
|
||||
$displayableBody= $this->getdisplayableBody($bodyParts);
|
||||
//_debug_array($nextMessage); exit;
|
||||
|
||||
$webserverURL = $GLOBALS['egw_info']['server']['webserver_url'];
|
||||
@ -1959,7 +1960,7 @@ blockquote[type=cite] {
|
||||
//if(isset($organization)) exit;
|
||||
$this->t->parse("header","message_header",True);
|
||||
|
||||
$this->t->set_var('body', $this->getdisplayableBody($bodyParts));
|
||||
$this->t->set_var('body', $displayableBody);
|
||||
|
||||
// attachments
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user