From f26c9d73ca10b554d91d7c300ae68c3a420b3829 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 1 Oct 2019 11:04:27 +0200 Subject: [PATCH] Update read/unread icons for actions --- mail/inc/class.mail_ui.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/inc/class.mail_ui.inc.php b/mail/inc/class.mail_ui.inc.php index 9ee6ec7340..fd0d05351a 100644 --- a/mail/inc/class.mail_ui.inc.php +++ b/mail/inc/class.mail_ui.inc.php @@ -663,7 +663,7 @@ class mail_ui 'readall' => array( 'group' => $group, 'caption' => "".lang('mark all as read')."", - 'icon' => 'read_small', + 'icon' => 'kmmsgread', 'onExecute' => 'javaScript:app.mail.mail_flag', 'hint' => 'mark all messages in folder as read', 'toolbarDefault' => false @@ -1343,7 +1343,7 @@ class mail_ui ), 'mark' => array( 'caption' => 'Set / Remove Flags', - 'icon' => 'read_small', + 'icon' => 'kmmsgread', 'group' => ++$group, 'children' => array( // icons used from http://creativecommons.org/licenses/by-sa/3.0/ @@ -1415,7 +1415,7 @@ class mail_ui 'read' => array( 'group' => $group, 'caption' => 'Read / Unread', - 'icon' => 'read_small', + 'icon' => 'kmmsgread', 'onExecute' => 'javaScript:app.mail.mail_flag', 'shortcut' => KeyManager::shortcut(KeyManager::U, true, true), @@ -1423,7 +1423,7 @@ class mail_ui 'readall' => array( 'group' => ++$group, 'caption' => "".lang('mark all as read')."", - 'icon' => 'read_small', + 'icon' => 'kmmsgread', 'onExecute' => 'javaScript:app.mail.mail_flag', 'hint' => 'mark all messages in folder as read', 'toolbarDefault' => false