forked from extern/egroupware
Replace dark fav_tel icon in addressbook with WHITE-STAR
This commit is contained in:
parent
1517c5f323
commit
739b97fa43
@ -1698,7 +1698,7 @@ window.egw_LAB.wait(function() {
|
||||
if (is_null($prefer_marker))
|
||||
{
|
||||
// as et2 adds options with .text(), it can't be entities, but php knows no string literals with utf-8
|
||||
$prefer_marker = html_entity_decode(' ★', ENT_NOQUOTES, 'utf-8');
|
||||
$prefer_marker = html_entity_decode(' ☆', ENT_NOQUOTES, 'utf-8');
|
||||
}
|
||||
foreach($tel2show as $name)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user