Update read/unread icons for actions

This commit is contained in:
Hadi Nategh 2019-10-01 11:04:27 +02:00
parent 0a0a5ec60b
commit f26c9d73ca

View File

@ -663,7 +663,7 @@ class mail_ui
'readall' => array( 'readall' => array(
'group' => $group, 'group' => $group,
'caption' => "<font color='#ff0000'>".lang('mark all as read')."</font>", 'caption' => "<font color='#ff0000'>".lang('mark all as read')."</font>",
'icon' => 'read_small', 'icon' => 'kmmsgread',
'onExecute' => 'javaScript:app.mail.mail_flag', 'onExecute' => 'javaScript:app.mail.mail_flag',
'hint' => 'mark all messages in folder as read', 'hint' => 'mark all messages in folder as read',
'toolbarDefault' => false 'toolbarDefault' => false
@ -1343,7 +1343,7 @@ class mail_ui
), ),
'mark' => array( 'mark' => array(
'caption' => 'Set / Remove Flags', 'caption' => 'Set / Remove Flags',
'icon' => 'read_small', 'icon' => 'kmmsgread',
'group' => ++$group, 'group' => ++$group,
'children' => array( 'children' => array(
// icons used from http://creativecommons.org/licenses/by-sa/3.0/ // icons used from http://creativecommons.org/licenses/by-sa/3.0/
@ -1415,7 +1415,7 @@ class mail_ui
'read' => array( 'read' => array(
'group' => $group, 'group' => $group,
'caption' => 'Read / Unread', 'caption' => 'Read / Unread',
'icon' => 'read_small', 'icon' => 'kmmsgread',
'onExecute' => 'javaScript:app.mail.mail_flag', 'onExecute' => 'javaScript:app.mail.mail_flag',
'shortcut' => KeyManager::shortcut(KeyManager::U, true, true), 'shortcut' => KeyManager::shortcut(KeyManager::U, true, true),
@ -1423,7 +1423,7 @@ class mail_ui
'readall' => array( 'readall' => array(
'group' => ++$group, 'group' => ++$group,
'caption' => "<font color='#ff0000'>".lang('mark all as read')."</font>", 'caption' => "<font color='#ff0000'>".lang('mark all as read')."</font>",
'icon' => 'read_small', 'icon' => 'kmmsgread',
'onExecute' => 'javaScript:app.mail.mail_flag', 'onExecute' => 'javaScript:app.mail.mail_flag',
'hint' => 'mark all messages in folder as read', 'hint' => 'mark all messages in folder as read',
'toolbarDefault' => false 'toolbarDefault' => false