Fix delete and revert icons

This commit is contained in:
Hadi Nategh 2016-06-13 10:10:10 +02:00
parent 6bafc66f15
commit 2db301ac7a
4 changed files with 1 additions and 1 deletions

View File

@ -1059,7 +1059,7 @@ class mail_ui
$actions['move2'.$this->mail_bo->profileID.self::$delimiter.$archiveFolder] = array( //toarchive
'caption' => 'Move to archive',
'hint' => 'move selected mails to archive',
'icon' => 'move',
'icon' => 'archive',
'group' => $group++,
'enabled' => 'javaScript:app.mail.archivefolder_enabled',
//'hideOnDisabled' => true, // does not work as expected on message-list

BIN
pixelegg/images/dhtmlxtree/MailFolderTrash.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB