mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
use error-image from api not old phpgwapi
This commit is contained in:
parent
29dcccc6e4
commit
54ee23e731
@ -395,7 +395,7 @@ function hl_email_tag_transform($element, $attribute_array=0)
|
|||||||
{
|
{
|
||||||
$attribute_array['alt']= $attribute_array['alt'].' [blocked (reason: url length):'.$attribute_array['src'].']';
|
$attribute_array['alt']= $attribute_array['alt'].' [blocked (reason: url length):'.$attribute_array['src'].']';
|
||||||
if (!isset($attribute_array['title'])) $attribute_array['title']=$attribute_array['alt'];
|
if (!isset($attribute_array['title'])) $attribute_array['title']=$attribute_array['alt'];
|
||||||
$attribute_array['src']=Api\Image::find('phpgwapi','dialog_error');
|
$attribute_array['src']=Api\Image::find('api','error');
|
||||||
}
|
}
|
||||||
if (!preg_match('/^cid:.*/',$attribute_array['src']))
|
if (!preg_match('/^cid:.*/',$attribute_array['src']))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user