forked from extern/egroupware
Do not translate tooltips of mailboxes in mail tree, in order to be able
to check the actual name of the mailbox via tooltip value.
This commit is contained in:
parent
99e3ea5e06
commit
70a72ecbe0
@ -405,7 +405,7 @@ class mail_tree
|
||||
elseif (($key = array_search($data['folderarray']['MAILBOX'], $definedFolders, true)) !== false)
|
||||
{
|
||||
$data[Tree::LABEL] = lang($key);
|
||||
$data[Tree::TOOLTIP] = lang($key);
|
||||
$data[Tree::TOOLTIP] = $key;
|
||||
//User defined folders icons
|
||||
$data[Tree::IMAGE_LEAF] =
|
||||
$data[Tree::IMAGE_FOLDER_OPEN] =
|
||||
|
Loading…
Reference in New Issue
Block a user