mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Fix priority and notification icons
This commit is contained in:
parent
120bf82a69
commit
2a35c7c4e4
@ -191,7 +191,7 @@ class mail_compose
|
||||
),
|
||||
'disposition' => array(
|
||||
'caption' => 'Notification',
|
||||
'icon' => 'high',
|
||||
'icon' => 'notification_message',
|
||||
'group' => ++$group,
|
||||
'checkbox' => true,
|
||||
'hint' => 'check to receive a notification when the message is read (note: not all clients support this and/or the receiver may not authorize the notification)',
|
||||
@ -250,7 +250,7 @@ class mail_compose
|
||||
$actions['prty']['children'][$key]['icon'] = 'prio_high';
|
||||
break;
|
||||
case 'normal':
|
||||
$actions['prty']['children'][$key]['icon'] = 'prio_normal';
|
||||
$actions['prty']['children'][$key]['icon'] = 'priority';
|
||||
break;
|
||||
case 'low':
|
||||
$actions['prty']['children'][$key]['icon'] = 'prio_low';
|
||||
|
Loading…
Reference in New Issue
Block a user