mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-16 02:49:03 +01:00
- Fix last[-1] comments
- Show custom notification / signature checkboxes for all queues too - Handle message / signature as HTML, not text - When merging HTML, keep the same tags as OO.o & word documents
This commit is contained in:
parent
afa20726f8
commit
058553b8d9
@ -827,6 +827,12 @@ abstract class bo_merge
|
|||||||
{
|
{
|
||||||
switch($mimetype.$mso_application_progid)
|
switch($mimetype.$mso_application_progid)
|
||||||
{
|
{
|
||||||
|
case 'text/html':
|
||||||
|
$replace_tags = array(
|
||||||
|
'<b>','<strong>','<i>','<em>','<u>','<span>','<ol>','<ul>','<li>',
|
||||||
|
'<table>','<tr>','<td>',
|
||||||
|
);
|
||||||
|
break;
|
||||||
case 'application/vnd.oasis.opendocument.text': // open office
|
case 'application/vnd.oasis.opendocument.text': // open office
|
||||||
case 'application/vnd.oasis.opendocument.spreadsheet':
|
case 'application/vnd.oasis.opendocument.spreadsheet':
|
||||||
$replace_tags = array(
|
$replace_tags = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user