forked from extern/egroupware
resolve/work around problem of displaying account info in tree (brackets for emailaddresses) and further use/display in app.js
This commit is contained in:
parent
216be238c7
commit
c36ee4c041
@ -640,7 +640,7 @@ class mail_ui
|
||||
if ($_profileID && $acc_id != $_profileID) continue;
|
||||
|
||||
$oA = array('id' => $acc_id,
|
||||
'text' => $identity_name,// htmlspecialchars($identity_name),
|
||||
'text' => str_replace(array('<','>'),array('[',']'),$identity_name),// htmlspecialchars($identity_name),
|
||||
'tooltip' => '('.$acc_id.') '.htmlspecialchars_decode($identity_name),
|
||||
'im0' => 'thunderbird.png',
|
||||
'im1' => 'thunderbird.png',
|
||||
|
Loading…
Reference in New Issue
Block a user